$(document).ready(function(){		
		$("a[rel^='prettyPhoto']").prettyPhoto({
				overlay_gallery: true,
				hideflash: true,
				iframe_markup: '<iframe src ="{path}" width="{width}" height="{height}" frameborder="no"></iframe>',
				opacity: 0.9 }			
			);	
});
		


