$(document).ready(function () {
	$('div.rotate').jshowoff({
		speed: 5000,
		changeSpeed: 500,
		controls: false,
		links: false,
		autoPlay: true
	});
	$('div.rotate2').jshowoff2({
		speed: 5000,
		changeSpeed: 500,
		controls: false,
		links: false,
		autoPlay: true
	});
});