$(document).ready(function(){
	if ($("#edit").attr("class") != 'act') {
		$("a[rel^='prettyPhoto']").prettyPhoto({
			showTitle: false,
			theme: 'facebook' /* light_rounded / dark_rounded / light_square / dark_square / facebook */
		});
	
		$(".pp_hoverContainer").click(function(){
			$.prettyPhoto.close();
		});
	}
});
