jQuery(document).ready(function() {
    jQuery('#rotateBox').cycle({
		fx: 'turnDown', 
		delay:  8000,
		timeout: 8000
	});
});
