div.jqZoomTitle
{
	background: #999;
	color: #FFF;
	font-family: Tahoma;
	font-size: 11px;
	height: 16px;
	left: 0px;
	padding-top: 2px;
	position: absolute;
	text-align: center;
	top: 0px;
	width: 100%;
	z-index: 5000;
}
.jqZoomPup
{
	background-color: #FFF;
	border-color: #c4c4c4;
	border-style: solid;
	cursor: crosshair;
	filter: alpha(opacity=60);
	moz-opacity: 0.6;
	opacity: 0.6;
	overflow: hidden;
	z-index: 10;
}
.jqZoomPup img
{
	border: 0px;
}
.preload
{
	background-color: white;
	background-image: url('http://cdn0.grizzly.com/graphics/zoomloader.gif');
	background-position: 43px 30px;
	background-repeat: no-repeat;
	border: 1px solid #CCC;
	color: #333;
	filter: alpha(opacity=80);
	font-family: Tahoma;
	font-size: 12px;
	height: 43px;
	height: 55px;
	left: 3px;
	moz-opacity: 0.8;
	opacity: 0.8;
	padding: 8px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	top: 3px;
	width: 100px;
	width: 90px;
	z-index: 10;
}
.jqZoomWindow
{
	background-color: #FFF;
	border: 1px solid #999;
}