$(document).ready(function(){	
						   
/* img rotator */
	$('ul#img_rotator').innerfade({
	speed: 3000,
	timeout: 15000,
	type: 'sequence',
	containerheight: '272px'
});				

});
