$(document).ready(function(){
		if($('#synopsis').length!=0){
			$('#synopsis').hide();
			$('#synopsis').fadeIn('slow');
			$("#synopsis a[rel^='prettyPhoto']").prettyPhoto({theme:'dark_rounded'});
		}
		$('#content').hide();
		$('#content').fadeIn('slow');
		if($('#myslides').length!=0){
			$('#myslides').cycle({
				fx: 'fade',
				speed: 3000,
				timeout: 4500
			});
		}
		if($('#col_1').length!=0){
			$("#col_1 a[rel^='prettyPhoto']").prettyPhoto({theme:'dark_rounded'});
		}
});

