
/***
 * Image zoomer:
 */
.ext-el-mask {
	background-color:black;
	height:100%;
	left:0;
	opacity:0.8;
	filter: alpha(opacity=80);
	position:absolute;
	top:0;
	width:100%;
	z-index:20000;
}

#modal-image{
	//position: fixed;
	position: absolute;
	top: -10000px;
	left: -10000px;
	padding: 10px;
	background-color: white;
	color: gray;
	border: solid gray 1px;
	overflow: hidden;
}
#modal-image *{
	font: 12px verdana;
	color: #555555;
}
#modal-image .loading{
	position: ablosulte;
	padding: 10px 0 0 40px;
	height: 100px;
	text-align: left;
	/*background: url(wosch.png) no-repeat;*/
}
#modal-image img{
	padding: 0px;
	/*border: solid black 1px;*/
}
#modal-image .img-title{
	font-weight: bold;
}

#modal-image-close{
	background: url(close.gif) no-repeat 2px 4px;
	opacity:0.5;
	background-color:white;
	width:16px;
	height:16px;
	border:solid silver 1px;
	cursor: pointer;
}