// JavaScript Document

$(document).ready(function(){

	$('.yoo-gallery a').lightBox();

	$('#topmenu ul ul').css({display: "block"});
	$('#topmenu ul ul').hide();

	$("#topmenu li").hover(function() {	
		$(this).find("ul").stop(true, true).slideDown("fast");	
									},
	function() {		  
		$(this).find("ul").stop(true, true).slideUp("fast");
		//$(this).find("ul").parent("a").css({backgroundColor: "#333", color: "#FFF"});	
		//$(this).find("ul").parent("a").delay(800).css({backgroundColor: "#FFF", color: "#000"});			  
	});
	
	/*$("#topmenu ul ul").hover(function() {	

		$('.item4 a[title="Fotografie"]').css({backgroundColor: "#333", color: "#efb007"});
									},
	function() {		  
		$('.item4 a[title="Fotografie"]').css({backgroundColor: "#FFF", color: "#000"});						  
	});
	$('.item4 a[title="Fotografie"]').hover(function() {	

		$(this).css({backgroundColor: "#333", color: "#efb007"});
									},
	function() {		  
		$(this).css({backgroundColor: "#FFF", color: "#000"});						  
	});*/
	//$.scrollTo('#gong', 1000);
	//$('#skroluj').localScroll();
	$('#skroluj a').click(function(){
		$.scrollTo('#gong', 1000);
		return false;
	});
	
	$('a[rel*=external]').click( function() {
        window.open(this.href);
        return false;
    });

	

});
