$(document).ready(function() {
	$('#fader').innerfade({ speed: 'slow', timeout: 7000, type: 'sequence', containerheight: '476px' }); 
	$('#fader_inside').innerfade({ speed: 'slow', timeout: 7000, type: 'sequence', containerheight: '380px' }); 
	
	
	$("div.scrollable").scrollable({size:2}); 
	
	
	 Shadowbox.init();

	 
});
