$(function(){
	$('#RotationCell > div').rotate({
		total: 4,
		seconds: 10,
		/*onChange: function(num) {
			$('#RotationImg').attr('src', "/president/images/rotation/" + num + ".jpg");
		},*/
		getFullURL: function(num) {
			return "/president/images/rotation/" + num + ".jpg";
		},
		start: "RANDOM",
		autoStart: true,
		fade: true,
		fadeTime: 3000,
		fadeImg: $('#RotationImg'),
		buttons: false
	});
});
