
$(document).ready(function(){
	$("a[rel^='prettyPhoto']").prettyPhoto({opacity: 0.70,showTitle: true, animationSpeed: 'normal', theme:'facebook'});
});



