$(function() {
    
    $('#head, #footer').ifixpng();
    
    $("div#slideshow div#images").innerfade({
		speed: "slow",
		timeout: 8000,
		type: "sequence"
	});
	
	$('a[rel*=lightbox]').lightBox({
		imageBtnClose: "/images/lightbox/hu/lightbox-btn-close.gif",
		imageBtnPrev:  "/images/lightbox/hu/lightbox-btn-prev.gif",
		imageBtnNext:  "/images/lightbox/hu/lightbox-btn-next.gif",
		txtImage:      "Képek",
		txtOf:         "/"
	});
    
});

