	
	.cl_overlay{
        display: none;
        position: fixed;
        top: 0%;
        left: 0%;
        width: 100%;
        height: 100%;
        background-color: #42494e;
        z-index:1001;
        -moz-opacity: 0.8;
        opacity:0.80;
        filter: alpha(opacity=80);
    }
	
	.cl_overlay_white{
        background-color: #f8f8f8;
    }
	
	.cl_kontener{
        display: none;
        position: fixed;
		verical-align: middle;
        top: 0%;
        left: 0%;
        width: 100%;
        height: 100%;
        z-index:1002;
		text-align: center;
		
		padding: 50px 0px;
    }
	    
	.cl_content {
		
		display: inline-block;
		
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		
	/*	max-height: 600px;
		max-width: 900px; */
		
        z-index:1002;
        
    }
	
	.cl_ramka_grey{
		border: 1px solid #d9d9d9;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		padding: 3px;
		background-color: #ededed;
		color: #5e5e5e;
		
		max-height: 600px; 
		max-width: 900px; 
		
		overflow: auto;
	}
	
	.cl_ramka_white{
		border: 1px solid #d9d9d9;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		box-shadow: 2px 2px 150px 5px #7E7E7E;
		-moz-box-shadow: 2px 2px 150px 5px #7E7E7E;
		-webkit-box-shadow: 2px 2px 150px 5px #7E7E7E;
		padding: 3px;
		background-color: #ffffff;
		color: #5e5e5e;
		
		max-height: 600px; 
		max-width: 900px; 
		
		overflow: auto;
	}
	
	.cl_okno_obok_kursora{
		display: none; 
		position: fixed;
		font-size: 12px;
		font-weight: 600;
		padding: 10px;
		background: #ffffff;
		border: 2px solid #ffffff;
		border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		text-align: left;
		vertical-align: middle; 
		z-index: 20;
		/*width: 260px;
		height: 100px;*/
		top: 15px;
		left: 15px;
		-webkit-box-shadow: 0 0 3px 0 #bdbdbd;
		-moz-box-shadow: 0 0 3px 0 #bdbdbd;
		box-shadow: 0 0 3px 0 #bdbdbd;
	}

	.cl_okno_obok_kursora_close{
		display: inline-block;
		margin-right: 0px;
		font-size: 20px;
		cursor: pointer;		
	}
	
	
	
	.galeria_kontener{
		display: none;
        position: fixed;
		vertical-align: middle;
        top: 0%;
        left: 0%;
        width: 100%;
        height: 100%;
        z-index:10002;
		text-align: center;
		padding-top: 2em;
	}
	
	.galeria_zawartosc{
		position: relative;
		display: inline-block;
		vertical-align: middle;
	}
	
	.galeria_zamknij{
		/*position: absolute;
		top: 5px;
		right: 0px;
		color: red;
		font-size: 27px;
		background-color: #fff;
		border: 1px solid #aaa;
		border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		line-height: 30px;
		height: 30px;
		width: 30px;
		cursor: pointer;*/

		position: absolute;
		top: 0px;
		right: -1px;
		color: red;
		font-size: 27px;
		background-color: #fff;
		border: 1px solid #aaa;
		border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 3px;
		line-height: 30px;
		height: 30px;
		width: 30px;
		cursor: pointer;
		z-index: 1;
	}
	
	.galeria_img{
		max-width: 100%; 
		max-height: 95%; 
		background-color: #fff; 
		padding: 20px;
		border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		position: relative;
		vertical-align: top;
		height: 90vmin;
	}