
$(function() {
	$('#galleriModel a').lightBox();

	$('.thumbs a').lightBox();
	
    /*
	$("#galleryInner a img")
        .mouseover(function() { 
            //var src = $(this).attr("src").match(/[^\.]+/) + "over.jpg";
           // $(this).attr("src", src);
		   $(this).css({
				opacity : 0.4
			})
        })
        .mouseout(function() {
           // var src = $(this).attr("src").replace("over", "");
           // $(this).attr("src", src);
		   $(this).css({
				opacity : 1
			})		   
        });
	*/

});

swfobject.embedSWF("../flash/tekst.swf", "flash", "300", "50", "9.0.0");

