#large {
	float: left;
	position:relative;
	width: 380px;
	height:380px;
	background: #FFFFFF url(../_img/zoomloader.gif) no-repeat center center;
	border: 1px solid #D75B9D;
}
#thumbnail {
	width: 380px;
	list-style: none;	
	padding: 0px 0 5px 0;
	margin: 0;
}
#thumbnail li {
	float: left;
	width: 45px;
	height:45px;
	margin: 8px 12px 8px 0;
	background-color:white;
}
#thumbnail a {
	display: block;
	border: 1px solid #C7C3C2;
	height:45px;
	width:45px;
	background-color:white;

}
#thumbnail a:hover {
	border-color: #D75B9D;
}

.jqzoom{
	float:left;
	position:relative;
	margin:30px;
	cursor:pointer;
	width:340px;
	height:340px;
}
*html .jqzoom{
	margin-right:10px;
}

.jqzoom img{
	float:left;
	border: none;
}


div.zoomdiv {
	z-index: 100;
	position: absolute;
	top:0px;
	left:0px;
	width: 190px;
	height: 190px;
	display:none;
	text-align: center;
	border: 1px solid #AEABAB;
	overflow: hidden;
}

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