// JavaScript Document
$(document).ready(function(){
						   
	$(".linkCnt, .btn_01, .btn_02, .box, .blog a, .polecButt, .printButt, .wynik_all, .sPsub, .poradyBox, .mainXmass .box .boxIns02, .box02 .boxIns01, .box .boxIns01 .image, .box .boxIns02 .image .imgPdt, .footer02 .buttons .btn, .bg00, #main .box .boxIns02, .rotateImage .boxIns01").hover(function(){
    	$(this).addClass("hover");
		},
	function () {
		$(this).removeClass("hover");
	});
	
	//var current = $(".cntHideIns .cnt .dncCnt .list01 li:first");
	$(".cntHideIns .cnt .dncCnt .list01 li").click(function(){
		$(".selected").removeClass("selected");
		$(this).children(".cntHideIns .cnt .dncCnt .list01 li a").addClass("selected");
		//current = $(this);
	});
	
	$("#box_01").hover(function() {
		$("#box_01").topZIndex();
	});
	$("#box_02").hover(function() {
		$("#box_02").topZIndex();
	});
	$("#box_03").hover(function() {
		$("#box_03").topZIndex();
	});
	$("#box_04").hover(function() {
		$("#box_04").topZIndex();
	});
	$("#box_05").hover(function() {
		$("#box_05").topZIndex();
	});
	$("#box_06").hover(function() {
		$("#box_06").topZIndex();
	});
});

