    $(document).ready(function() { 
	 
	$("a[rel^='prettyPhoto']").prettyPhoto({
		animationSpeed: 'normal', 
		padding: 30, 
		opacity: 0.5, 
		showTitle: true, 
		allowresize: true, 
		counter_separator_label: '/', 
		theme: 'light_square', 
		hideflash: false, 
		wmode: 'opaque',
		autoplay: true,
		modal: false, 
		overlay_gallery:false,
		changepicturecallback: function(){}, 
		callback: function(){}
	});

	   // $('ul.sf-menu').superfish(); 

	    $('#toTheTop').click(function(){
	      $('html, body').animate({scrollTop:0}, 'slow');
		  return false;
	    });		
	});

