.jqZoomPup {
	overflow: hidden;
	-moz-opacity: 0.3;
	opacity: 0.3;
	filter: alpha(opacity = 30);
	background: #fff;
	z-index: 10;
	border-style: solid;
	cursor: none;
}

.jqZoomPup img {
	border: 0px;
}

.preload {
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity = 80);
	color: #333;
	font-size: 12px;
	text-decoration: none;
	background: none;
	text-align: center;
	width: 70px;
	height: 70px;
	z-index: 10;
	position:absolute;
}

* html .preload {
	width:90px;
	height:43px;
}

.jqZoomWindow {
	background: white;
	border: 15px solid white;
	border-bottom: 5px solid white;
	border-top: 0;
}

.zoom_ieframe {
}
