$().ready(function() {

	$("#imgrotate").cycle({ 
		delay:  3000, 
		speed:  5500, 
		timeout:6000,
		slideExpr: ':not(.hide)'
	});
});
