/*-----jQueryNess-----*/
$(document).ready(function(){
	//Image Rotation Script
	$('.mainblock_img_rotation').cycle({
		pause: 1
	});
});
