// JavaScript Document
$(document).ready(function()
{
	$('#image3').rotate({maxAngle:25,minAngle:-55,
	bind:
	[
	{"mouseover":function(){$(this).rotateAnimation(850);}},
	{"mouseout":function(){$(this).rotateAnimation(-35);}}
	]
	});
});
