$(document).ready(function() {
			$('#imgRotate').slideshow({
				timeout: 5000,
				type: 'sequence'
			});
	       });