.jqzoom{
border:1px solid #ab5f8c;
float:left;
position:relative;
padding:0px;
cursor:pointer;
/*
width:275px;
height:275px;
*/
display:inline;
top:0px;
left:0;
background: url(../images/zoomloader.gif) no-repeat center;
}

.jqzoom img{
/*float:left;*/
}


div.zoomdiv {
z-index                 : 1000;
position                : absolute;
border:1px solid #ab5f8c;
top:0px;
left:340px;
display:none;
text-align: center;
overflow: hidden;
}

div.jqZoomPup {
z-index                 : 10;
visibility              : hidden;
position                : absolute;
top:0px;
left:0px;
width:50px;
height:50px;
/*background: #fff url(../images/zoom.gif) 50% top  no-repeat;;*/
background-color:#fff;
border:1px solid #ccc;
opacity: 0.5;
/*-moz-opacity: 0.5;*/
-khtml-opacity: 0.5;
filter: alpha(Opacity=50);
}

.preload0 {
	/*-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:0px;
	left:0px;

}