$(document).ready( function(){ 
     	
     	$("a[rel^='prettyPhoto']").prettyPhoto({
				opacity: 0.50, 
				showTitle: false, 
				theme: 'light_square'
			});


});
