/*
 * Nivo Lightbox Default Theme v1.0
 * http://dev7studios.com/nivo-lightbox
 *
 * Copyright 2013, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

.nivo-lightbox-theme-img .nivo-lightbox-wrap {
 	padding: 30px 30px 0;
 	/*background: #fff;*/
 	top: 10px;
	bottom: 10px;
}
.nivo-lightbox-theme-img.nivo-lightbox-overlay { 
	background: rgba(0,0,0,0.6); 
}
.nivo-lightbox-theme-img .nivo-lightbox-content.nivo-lightbox-loading { background: url(loading.gif) no-repeat 50% 50%; }
.nivo-lightbox-theme-img .nivo-lightbox-content {
	background-color: #fff;
	box-shadow: 0 0 0 30px #fff,inset 0 0 0 300px #fff,0 0 0 30px #fff,0 0 0 30px #fff;
}

.nivo-lightbox-theme-img .nivo-lightbox-nav {
	top: 50%;
	margin-top: -17px;
	width: 20px;
	height: 35px;
	text-indent: -9999px;
	background-color: #fff;
	background-image: url(sticky-arrows.png);
	background-repeat: no-repeat;
	opacity: 0.6;
}
.nivo-lightbox-theme-img .nivo-lightbox-nav:hover { 
	opacity: 1; 
}
.nivo-lightbox-theme-img .nivo-lightbox-prev { 
	background-position: 0 0; 
	left: 4px;
}
.nivo-lightbox-theme-img .nivo-lightbox-next { 
	background-position: -20px 0; 
	right: 5px;
	left: auto;
}

.nivo-lightbox-theme-img .nivo-lightbox-close {
	display: block;
	background: #fff url(close.png) no-repeat;
	width: 34px;
	height: 34px;
	text-indent: -9999px;
	opacity: 0.5;
	top: 5px;
	right: 5px;
}
.nivo-lightbox-theme-img .nivo-lightbox-close:hover { opacity: 1; }

.nivo-lightbox-theme-img .nivo-lightbox-title-wrap { 
	background: #ddd;
	position: absolute;
	left: 0;
	right: 0;
	/*box-shadow: 0 0 0 30px #fff;*/
}
.nivo-lightbox-theme-img .nivo-lightbox-title {
	font-style: normal;
	font-weight: normal;
	color: #3e3e3e;
	line-height: 20px;
	padding: 10px;
	display: inline-block;
}

.nivo-lightbox-theme-img .nivo-lightbox-image img{
	background: #fff;
	max-width: auto;
	max-height: auto;
	width: auto;
	height: 100%;
}
.nivo-lightbox-theme-img .nivo-lightbox-ajax,
.nivo-lightbox-theme-img .nivo-lightbox-inline {
	background: #fff;
	padding: 40px;
}

/*.js .zoomPad:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 99999;
	
}*/
/*.js .zoomPad:hover:after {
	background: url(pdp-zoom.png) center center no-repeat;
	z-index: 99999 !important;
}*/
.js .zoomPad:hover .zoomPreload {
	background: url(../../../../../images/pdp-zoom.png) center center no-repeat;
	z-index: 99999 !important;
	visibility: visible  !important;
}
