
#fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	position: fixed; left: 0; top: 0;
	z-index: 140;
}
.popup_block{
	display: none; /*--hidden by default--*/
	background: #fff;
	padding: 0;
	border: 0px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: absolute;
	z-index: 150;
}
#closecontainer{
	border: 1px solid #6e6e6e;
	right:8px;
	top:8px;
	position: absolute;
	z-index: 155;
}
img.btn_close {
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}



/* IMG KLEIN */


#a1 { 
	position:absolute;
	top:0px;
	left:0px;
	width:241px;
	height:411px;
	z-index:99;
		}

#a2 { 
	position:absolute;
	top:0px;
	left:242px;
	width:241px;
	height:411px;
	z-index:99;
		}

#a3 { 
	position:absolute;
	top:0px;
	left:484px;
	width:241px;
	height:411px;
	z-index:99;
		}

#a4 { 
	position:absolute;
	top:0px;
	left:726px;
	width:241px;
	height:411px;
	z-index:99;
		}


