.picZoomer{
	position: relative; padding:10px; border:solid 1px #eaeaea; margin-bottom:10px;
}

.piclist.owl-carousel .owl-item{padding:5px; border-bottom:solid 3px #f06d01 !important;} 
.piclist.owl-carousel .owl-item img { width:100%;  transform-style: inherit; height:90px;}
.picZoomer-pic-wp{
	position: relative;
	overflow: hidden; margin:40px auto; height:auto !important; width:100% !important; text-align:center;
}
.picZoomer-pic-wp img{ display:inline}
.picZoomer-pic-wp:hover .picZoomer-cursor{
	display: block;
}
.picZoomer-zoom-pic{
	position: absolute;
	top: 0;
	left: 0; max-width:none;  
}
.picZoomer-pic{
	
}
.picZoomer-zoom-wp{
	display: none !important;
	position: absolute;
	z-index: 999;
	overflow: hidden;
	/*left:-320px !important;*/
	background:#fff; border:solid 1px #ddd;
	 box-shadow:0 0 10px 0 rgba(1, 1, 1, 0.5);
	 width:450px !important; height:450px !important; visibility:hidden
}
.picZoomer-cursor{
	display: none !important;
	cursor: crosshair;
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	border: 1px solid #eee;
	background-color: rgba(0,0,0,.1); visibility:hidden
}
.picZoomCursor-ico{
	width: 23px;
	height: 23px;
	position: absolute;
	top: 40px;
	left: 40px;
	background: url(images/zoom-ico.png) left top no-repeat;
}
.AbsLogoImg { position:absolute; z-index:999; top:8px; right:8px}
.AbsLogoImg img { width:110px; border:#ccc solid 1px}