
// 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
					});			

	$('.ngg-galleryoverview').cycle({
	   pause:1,
	   slideExpr: '.ngg-gallery-thumbnail-box',
	   speed:  1200, 
       timeout: 7000,
       next: $("#next"),
       prev: $("#prev"),
       before:function(currSlideElement, nextSlideElement, options, forwardFlag){
        var gtitle = $(nextSlideElement).find("img").attr("title");
        $("#gtitle").html(gtitle);
       }
       
	});
		
			  
        


}); //scope 