// What is $(document).ready ? See: http://flowplayer.org/tools/using.html#document_ready
$(document).ready(function() {
	// initialize scrollable 
	$("div.scrollable").scrollable({vertical:true,size: 1}).circular().mousewheel().autoscroll({autopause:true});	
	$('#image_rotate').innerfade({speed: 'slow', timeout: 4000, type: 'sequence', containerheight: '300px'});
});
