.zC
{
position:relative;
width:500px;
height:522px;
margin:0px;
padding:0px;


}

.tZ
{
background:/*url(to-zoom-bg.jpg)*/#fff;
width:500px;
height:500px;
position:relative;
text-align:center;
}

.cPZ
{
position:absolute; 
background:/*url(th-bg.jpg)*/#fff;
/*border:1px solid #a8744f;*/
width:600px;
height:80px;
left:0;
bottom:0px;
top:615px;
#top:397px;

}

.cArrowL
{
	/*display:none;*/
position:absolute;
top:15px;
left:0;
width:13px;
height:42px;
background:url(../images/arrleft.png);
cursor:pointer;
}

.cArrowR
{

position:absolute;
top:15px;
left:549px;
width:13px;
height:42px;
background:url(../images/arrRight.png);

cursor:pointer;
}

.mask
{
position:absolute;
top:0;
left:21px;
/*width:500px;*/
width:522px;
height:80px;
overflow:hidden;
}

#plate
{
position:absolute;
top:0px;
left:0px;
float:left;

}




.static-viewlarge
{
	float:left;
	cursor:pointer;
}

.static-viewlarge1
{
	float:left;
	cursor:pointer;
	margin-left:0;
	margin-top:9px;
}

.static-rollover
{
	float:right;
}

.static-rollover1
{
	float:right;
	margin:9px 0 0 0;

}

/***************small zooms***********************/

.imgViewer{
	position:relative;
	width:200px;
	height:220px;
	/*border:solid 1px #000;*/
}

.imgArea{
	position:absolute;
	top:11px;
	/*cursor: url(../js/imgViewer/images/blank.cur), url(../js/imgViewer/images/blank.cur);
	cursor:crosshair;*/
}

.imgArea .frame{
	position:absolute;
	width:50px;
	height:50px;
	background:#FFF;
	opacity:0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; 
	filter: alpha(opacity=50);
	display:none;
}

.thumbBox{
	float:left;
}
.thumbBox img{
	float:left;
	max-height:240px;
	max-width:230px;
}

.viewArea{
	position:absolute;
	border:solid 1px #000;
	overflow:hidden;
	display:none;
	z-index:99999;
	
}

.viewArea img{
	position:absolute;
	max-height:none !important;
	max-width:none !important;
}




/*****************light box****************/
.openBig{
cursor:pointer;	
margin:3px 0 0 0;
}

#bg-shadow{
	width:2000px;
	height:2000px;
	background:#fff;
	position:fixed;
	top:0px;
	left:0px;
	z-index:999;
	}
	
#img-container{
	width:250px;;
	position:absolute;
	background-color:#fff;
	padding:18px;
	top:10px;
	z-index:999;
	box-shadow: 0 0 13px #999;
	-o-box-shadow: 0 0 13px #999;
	-webkit-box-shadow: 0 0 13px #999;
	-moz-box-shadow: 0 0 13px #999;
}

#imagebox
{
width:250px;
height:250px;
overflow:hidden;
}	
.img-cotroller{
	position: absolute;
	width:250px;
	margin-top:100px;
	

}
#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
	
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background:url(../images/prevlabel.gif) left 5% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 5% no-repeat; }

#img_text{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	float:left;
	line-height:24px;
	}
	
#Close{
width:18px;
height:18px;
text-indent:-9999px;
position:absolute;
top:0;
right:0; 
/*width: 66px; 
float: right; 
padding-top:5px;*/
}	

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

#tooltip{
	position:absolute;
	width:203px;
	height:149px;
	z-index:100;
	background:url(../images/tooltip-bg.png);	
}

#tooltipdesc{
	padding-top:10px;
	text-align:center;
	width:190px;
	margin:0 auto;
}
#toolTipImg{
	width:190px;
	height:100px;
	overflow:hidden;
	margin:0 auto;
}
#toolTipImg img{
	width:100%;

}

#zoomer{
background:url(../images/zoomer_bg.png) repeat;

border:1px solid #D8DBDC;
}

.cPZ .mask #plate a img
{
  
  border-style:none;
  border:1px solid #afb6ba;
  margin-right:8px;
}

.cPZ .mask #plate a:hover img
{
  
  border-style:none;
  border:1px solid #36444d;
  margin-right:8px;
}