$(document).ready(function() { 
	$('#image_rotate').innerfade({ 
		speed: 'slow', 
		timeout: 4000, 
		type: 'sequence', 
		containerheight: '360px',
        playCtrl: $('#pp'),
        prevCtrl: $('#for'),
        nextCtrl: $('#rev')
	});
});
