
div.jqZoomTitle
{ text-transform:none;

}
.jqZoomPup{
	overflow:hidden;
	background-color:;
	-moz-opacity:0.1;
	opacity: 0.1;
	filter: alpha(opacity =10);
	z-index:10;
	
	cursor:auto;
}

.jqZoomPup img{
	border: 0px;
}

.preload{
	-moz-opacity:0.1;
	opacity: 0.1;
    filter: alpha(opacity = 10);
	color: #000;
    background-color: white;
    padding: 18px;
	text-align:center;
    background-image: url( );
    background-repeat: no-repeat;
    background-position: 200px 200px;
	width:10px;
	* width:200px;
	height:10px;
	*height:55px;
	z-index:10;
	position:absolute;
	top:3px;
	left:3px;

}


