Исправил, - всё РОБиииТ ребята!!!!!!!!!!
<html >
<head>
<title>ВОТ оно</title>
</head>
<script type="text/javascript" src="jquery.min.js"></script>
<script type="text/javascript" src="jQueryRotate.js"></script>
<body>
<img src="/images/loshad.png" alt="" id="rotateImg" />
<script type="text/javascript">
jQuery("#rotateImg").rotate({
bind:
{
mouseover : function() {
jQuery(this).rotate({animateTo:90})
},
mouseout : function() {
jQuery(this).rotate({animateTo:0})
}
}
});
</script>
</body>
</html>