div.jqZoomTitle
{
	background: #111;
	-moz-opacity:.55;
	filter:alpha(opacity=55);
	opacity:.55;
	color: #fff;
  	font-size: .95em;
  	text-align: right;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 290px;
	padding: 5px;
	border-top: 1px solid #999;
}

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

.jqZoomPup img
{
	border: 0px;
}

.preload{
	-moz-opacity:0.8;
	opacity: 0.8;
   	filter: alpha(opacity = 80);
	color: #333;
	font-size: 12px;
	font-family: Tahoma;
   	text-decoration: none;
	border: 1px solid #CCC;
   	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;

}

.jqZoomWindow
{
	border: 1px solid #000;
	margin-top:30px;
	background-color: #FFF;
}
#roll_on
{
	color: Gray;
	font-size: 9px;
	font-family: Tahoma;
	font-style:italic
}



