$(document).ready(function() {   
    $('#image_rotate').innerfade({   
	speed: 2000,
	timeout: 5000,
        type: 'sequence',   
        containerheight: '500px'  
    });  
});  




 
