GIF89a php
Current File : /home/hencockfreshchic/public_html/zoom/css/jquery-picZoomer.css
.picZoomer{
	position: relative;
}
.picZoomer-pic-wp{
	position: relative;
	text-align: center;
	overflow: hidden;
	margin-left: 10px;
/*	height: 200px;
	margin-left: -20px;*/
}
.picZoomer-pic-wp:hover .picZoomer-cursor{
	display: block;
}
.picZoomer-zoom-pic{
	position: absolute;
	top: 0;
	left: 0;
}
.picZoomer-pic{
	width: 100%;
	height: 100%;
}
.picZoomer-zoom-wp{
	display: none;
	position: absolute;
	z-index: 999;
	overflow: hidden;
	height: 500px !important;
	width: 400px !important;
	border: 2px solid #333;
	background-color: #fff;
}
.picZoomer-cursor{
	display: none;
	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);
}
.picZoomCursor-ico{
	width: 23px;
	height: 23px;
	position: absolute;
	top: 40px;
	left: 40px;
	background: url(images/zoom-ico.png) left top no-repeat;
}
.piclist li {
    display: inline-block;
    width: 18%;
    height: auto;
    border:1px solid #ddd;
}
.picZoomer-pic-wp img
{
	height: 400px;
	width: auto;
	object-fit: contain;
}