$(function(){
	
	$('.fancy').fancybox();
		
	$(window).load(function() {
	
	
		$('.przewijajka').jScrollPane({showArrows: true});
	
		$('.dania').jScrollPane({showArrows: true});
	
		$('.lista').jScrollPane({showArrows: true});
	
		$('.newsy').jScrollPane({showArrows: true});
	});

	$("#kolorowanka").fancybox({
		'width': 750,
		'height': 600,
		'autoScale': false,
		'transitionIn': 'none',
		'transitionOut': 'none',
		'type': 'swf'
	});


	$("#wysuwane").css("left","-210px");



	$("#wysuwane").hover(

		function () {

			$("#wysuwane").stop().animate({left: "0px"}, 1000 );

			$(this).addClass("zamknij");

		},

		function () {

			$("#wysuwane").stop().animate({left: "-210px"}, 1000 );

			$(this).removeClass("zamknij");

		}

	);
	
	$("#wysuwane-kids").css("left","-210px");



	$("#wysuwane-kids").hover(

		function () {

			$("#wysuwane-kids").stop().animate({left: "0px"}, 1000 );

			$(this).addClass("zamknij");

		},

		function () {

			$("#wysuwane-kids").stop().animate({left: "-210px"}, 1000 );

			$(this).removeClass("zamknij");

		}

	);
	
	$("#wysuwane-newsletter").css("left","-210px");



	$("#wysuwane-newsletter").hover(

		function () {

			$("#wysuwane-newsletter").stop().animate({left: "0px"}, 1000 );

			$(this).addClass("zamknij");

		},

		function () {

			$("#wysuwane-newsletter").stop().animate({left: "-210px"}, 1000 );

			$(this).removeClass("zamknij");

		}

	);


});


