$(function(){

//  $(document).pngFix();

  $(".head").click(function(){
    document.location="index.html";
  });

  $("a[rel='gal']").each(function()
  {
    $(this).colorbox({transition:"fade",height:"98%"});
  });

  $("a.colorbox").colorbox({transition:"fade",height:"98%",
    current:"{current}. kép / {total}",
    previous:"&laquo;&nbsp;előző",
    next:"következő &raquo;",
    close:"Bezárás",
    speed:350,
    slideshowStop:"Diavetítés leállítása",
    slideshowStart:"Diavetítés"
  });

/*
(function($) {
	$(function() { //on DOM ready
		$("#scroller").simplyScroll({
			autoMode: 'loop',
            frameRate:40,
            speed:1
		});
	});
})(jQuery);
*/

});
