Cufon('#menu ul li a', {
			hover: {
				color: '#fff'
			}
});

Cufon('.helvetica', {
				textShadow: '1px 1px 1px #fff'
});

$(document).ready(function() {

    $('#menu li:first').addClass('first');
    $('#menu li:last').addClass('last');

    	$('#example').bxCarousel({
	        display_num: 2,
	        move: 2,
			auto: true,
			auto_interval: 1500,
	        prev_image: '_tematy/domyslny/images/arrowLeft.jpg',
	        next_image: '_tematy/domyslny/images/arrowRight.jpg',
	        margin: 10
	    });

        $("#planImprezyTaby h3.header").click(
        function()
        {
            $("#planImprezyTaby h3.header").removeClass("active");
            $("#planImprezyTaby h3.header").not(this).next("div:visible").hide("fast");
            $(this).addClass("active");
            $(this).next("div").show("fast");

            $("#planImprezyTaby h3.header").not(this).next("div:visible").hide();

        }
    );
       // $("#planImprezyTaby h3.header").next("div:not(:first)").hide("fast");
        //$("#planImprezyTaby h3.header:first").click();
        // $("#tabs h2.header:first").addClass("active");



});
