, , PNG . ( z-index) , .
- , , , : http://jsbin.com/imibe3
HTML
<img src="http://sampsonresume.com/labs/emptyfish.png" class="fish" />
CSS
img.fish {
background-color:#f1f1f1;
background-image:url(water_640x480.jpg);
background-position:-580px 0;
background-repeat:no-repeat;
}
JQuery/JavaScript
$("img.fish").animate( { 'backgroundPosition':'+=600px 0' }, 10000);