   $(document).ready(function(){
       $("ul.sf-menu").superfish({ delay:       100 , speed: 'fast' });
    });

		$(document).ready(function(){
		    base_url = document.location.href.substring(0, document.location.href.indexOf('index.html'), 0);
		   // $('a[@rel*=lightbox]').lightBox();
			$(".lightbox").lightbox({
			    imageClickClose: false
		    });


		});

$(document).ready(function() {
    $('.slideshow').cycle({
		fx: 'fade', // choose your transition type, ex: fade, scrollUp, shuffle, etc...
speed:    3000,
    timeout:  2500
	});
});
    $(document).ready(function(){

//       $(".maska").pngFix();

   });
