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

