(function($) {
	$(function() {
		$("a[rel^='prettyPhoto']").prettyPhoto({
		animation_speed: 'fast', /* fast/slow/normal */
		opacity: 0.80, /* Value between 0 and 1 */
		allow_resize: false /* true/false */
		});
	});
})(jQuery);

