div.DotSZoom_marker {
	position: absolute;
	cursor:crosshair; 
}

div.DotSZoom_border {
	position: absolute;
	left: 0px;
	top: 0px;

	border: 1px solid black;

	width: 100%;
	height: 100%;
}

div.DotSZoom_fill {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;

	background-color: white;

	opacity: 0.2;
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
	filter: alpha(opacity=20);
}

img.DotSZoom_img {
	padding: 0px;
	border: 0px;	
}

div.DotSZoom_imgctr {
	position: absolute;
	margin-left: 2px;
	margin-top: -2px;	
	border: 1px solid black;
}