
// MOSNE FUNCTIONS

$(document).ready(function(){

	
	$(".ngg-gallery-thumbnail a").each(function(){
	       
	       $(this).attr ({"rel":"prettyPhoto[gallery]"});
	
	});
	
	
	$("a[rel^='prettyPhoto']").prettyPhoto({
					theme: 'dark_square',
					showTitle: false
					});			

		
			  
        


}); //scope 
