$(document).ready(
	function(){
		$('#img_rotator').innerfade({
			speed: 1500,
			timeout: 3000,
			type: 'sequence',
			containerheight: '506px'
			});
		});
