.
1) $(document).ready()
2) "rot" jQuery.rotate.
3) , . , .
"rotateAnimation (85)", -35. , , .
, .
$(document).ready(function()
{
var rot=$('#image3').rotate({maxAngle:25,minAngle:-55,
bind:
[
{"mouseover":function(){
rot[0].rotateAnimation(85);}
},
{"mouseout":function(){
rot[0].rotateAnimation(-35);}
}
]
});
});
, .