div.jqZoomTitle
{
	z-index: 5000;
	text-align: center;
	font-size: 14px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	height: 40px;
	padding-top: 15px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	color: #666;
	font-style: italic;
	background-color: #FFF;
}

.jqZoomPup
{
	overflow: hidden;
	background-color: #FFF;
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	z-index: 10;
	cursor: crosshair;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.jqZoomPup img
{
	border: 0px;
}

.preload{
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity = 80);
	color: #FFF;
	font-size: 14px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	background-color: white;
	padding: 8px;
	text-align: center;
	background-image: url(../images/zoomloader.gif);
	background-repeat: no-repeat;
	background-position: 43px 30px;
	width: 90px;
	* width:100px;
	height: 43px;
	*height:55px;
	z-index: 10;
	position: absolute;
	top: 3px;
	left: 3px;
	border-top-width: thin;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

.jqZoomWindow
{
	border: 1px solid #999;
	background-color: #FFF;
}
