.jqzooms {
    outline-style: none;
    text-decoration: none;
    cursor: crosshair;
    display: block;
	position: relative;
}

.jqzoomsContent {
	height: 401px;
	width: 408px;
	position: absolute;
	top: 0;
	left: 0;
}

.jqZoomPup {
	overflow: hidden;
	background-color: #ddd;
	-moz-opacity:0.4;
	opacity: 0.4;
	filter: alpha(opacity = 40);
	z-index: 100;
	/*border-color: #c4c4c4;
	border-style: solid;*/
	cursor: /*url('/images/blank.cur'), */move;
}

.jqZoomPup img {
	border: 0px;
}

.preload{
	-moz-opacity:0.4;
	opacity: 0.4;
	filter: alpha(opacity = 40);
	color: #333;
	text-decoration: none;
	/*border: 1px solid #CCC;*/
	padding: 8px;
	text-align: center;
	background: #ddd url(/images/ajax-loader_large.gif) no-repeat center center;
	width: 90px;
	height: 60px;
	z-index: 100;
	position: absolute;
	top: 165px;
	left: 159px;

}

.jqZoomWindow {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #eee;
	display: none;
}

.jqZoomWindow img {
	top: -1500px;
	left: -600px;
}

