@charset "utf-8";
/* CSS Document */

div.jqZoomTitle
{
	z-index:5000;
	text-align:center;
	font-size:11px;
	font-family:Tahoma;
	height:16px;
	padding-top:2px;
	position:absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	color: #FFF;
		background-color:#333333;
		-moz-opacity:0.6;
		opacity: 0.4;
		filter: alpha(opacity = 40);
		z-index:10;
		border-top:#000 solid 1px;

}

.jqZoomPup
{
		overflow:hidden;
		background-color: #d2ff00;
		-moz-opacity:0.6;
		opacity: 0.4;
		filter: alpha(opacity = 40);
		z-index:10;
		border-color:#000;
		border-style: solid;
		cursor:crosshair;
		width:15px;
		height:15px;
}

.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 #999;
	background-color: #FFF;
		width:25px;
		height:25px;
		display:block;
		overflow:hidden;
}


