	
$(document).ready(function(){
									   
	$("a[rel^='prettyPhoto']").prettyPhoto({
		opacity: 0.60,
		showTitle: false, /* true/false */
		theme: 'facebook', /* light_rounded / dark_rounded / light_square / dark_square / facebook */
		hideflash: true,
		allowresize: false									  
	});
	
});
