$(document).ready(function() {			   
	$(window).bind("load",
	function() {
		var res = $(".ngg-gallery-thumbnail img").pixastic("sepia");
	});
	window.setTimeout(function() {
		$(".ngg-galleryoverview").css("visibility","visible");
	}, 2000);
	$(".ngg-gallery-thumbnail-box").hover(function() {
		$(".ngg-gallery-thumbnail-hover", this).fadeIn(100);
	}, function() { 
	$(".ngg-gallery-thumbnail-hover", this).fadeOut(100);
	});
});


