.product-img .thumbs{ float: top; z-index: 102; }
.product-img .thumbs ul{ list-style: none; padding: 0; margin: 0; display: inline-block; }
.product-img .thumbs li {display: inline;}
.product-img .thumbs img{ border: 2px solid #ccc;  }
.zoom-modal .modal-content .prev {
	opacity: 1;
	font-family: Arial, sans-serif;
	position: absolute;
	top: 49%;
	left: 20px;
	border-radius: 50%;
	text-align: center;
	padding: 5px 12px;
	background: #f3f3f3;
	font-size: 24px;
	color:#000;
	cursor: pointer;
	display: block;
	border: 3px solid transparent;
	box-shadow: 0 0 8px #666;
	line-height: 26px;
}
.zoom-modal .modal-content .next{
	opacity: 1;
	font-family: Arial, sans-serif;
	position: absolute;
	top: 49%;
	right: 20px;
	border-radius: 50%;
	text-align: center;
	padding: 5px 12px;
	background: #f3f3f3;
	font-size: 24px;
	color:#000;
	cursor: pointer;
	display: block;
	border: 3px solid transparent;
	box-shadow: 0 0 8px #666;
	line-height: 26px;
}

a.next, a.prev {
    text-decoration:none;
}

.product-img .imageContainer{ position: relative; line-height: 0; }
.product-img .imageContainer img{ }
/*.product-img .image{ max-width: 100%; height: auto; }*/
.product-img .thumbs .active{ border: 2px solid #b22f71; }

.product-img .zoomCursor{
	box-sizing:border-box;
	display: inline-block;
	position: absolute;
	background: rgba(255,255,255,0.5);
	border: 1px solid #ccc;
}
.product-img .imageDisplay{ position: absolute; overflow: hidden; top: 0; left: 0; right: 0; bottom:0; max-width:100%;}


.zoom-modal{
	position: fixed;
	top: 0; left: 0; right: 0; bottom: 0;
	background: rgba(0,0,0,0.7);
	padding: 30px 3%;
	z-index: 101;
}

.zoom-modal .modal-content{
	background: #fff;
	padding: 15px;
	position: relative;
	height: 100%;
	box-sizing:border-box;
}

.zoom-modal .modal-content .close{
    opacity: 1;
	font-family: Arial, sans-serif;
	position: absolute;
	top: -20px;
	right: -20px;
	border-radius: 50%;
	text-align: center;
	padding: 5px 12px;
	background: #f3f3f3;
	font-size: 24px;
	color:#000;
	cursor: pointer;
	display: block;
	border: 3px solid transparent;
	box-shadow: 0 0 8px #666;
	line-height: 26px;
	z-index:100;
}

.zoom-modal .modal-content .close:hover, .zoom-modal .modal-content .prev:hover, .zoom-modal .modal-content .next:hover{
	background: #b22f71;
	color: #fff;
	border: 3px solid #fff;
}


.zoom-modal .modalBigImage{
	position: relative;
	display:block;
}

.zoom-modal .modalBigImage img{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}


.zoom-modal .modalBigImage .imageContainer {
	position: relative;
	width: auto;
}
.zoom-modal .modalBigImage .imageContainer .zoomCursor{
	background: transparent;
	border-radius: 50%;
}
.zoom-modal .modalBigImage .imageContainer .zoomContainer{
	left:0; width: 100%; height: 100%;
}
.zoom-modal .modalBigImage .imageContainer .imageDisplay{
	left:0; width: 100%; height: 100%;
}


