div.CiaZoom_marker {
	position:absolute;
	cursor:crosshair;
}

div.CiaZoom_border {
	position:absolute;
	left:0px;
	top:0px;
	border:1px solid #ccc;
	width:100%;
	height:100%;
}

div.CiaZoom_fill {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:#666;
	opacity:0.2;
	-moz-opacity:0.2;
	-khtml-opacity:0.2;
	filter:alpha(opacity=20);
}

img.CiaZoom_img {
	padding:0px;
	border:0px;
}

div.CiaZoom_imgctr {
	position:absolute;
	margin-left:13px;
	margin-top:-3px!important;
	border:1px solid #666;
	width:380px !important;
	_width:390px !important;
	*width:390px !important;
	height:405px !important;
}

div.CiaZoom_title {
	position:absolute;
	background-color:white;
	border:1px solid gray;
	width:100%;
	height:20px;
	z-index:9999;
	text-align:center;
	color:#000;
	font-size:12px;
	opacity:0.6;
	-moz-opacity:0.6;
	-khtml-opacity:0.6;
	filter:alpha(opacity=60);
}
