jQuery(document).ready(function($){
	$('.cycleHeader').cycle({
		fx:     'fade',
		speed:   1000,
		timeout: 5000,
		pager:  '.cycleNavig',
		pause:   1,
		pauseOnPagerHover: 1
	});
	
	$('a[rel^=prettyPhoto]').prettyPhoto({theme: 'light_rounded'});
	
	if (window.location.hash == '#ic-movie') {
		$('#ic-movie-launch').click();
	}
});