#colorbox, #cboxOverlay, #cboxWrapper { position: absolute; top: 0; left: 0; z-index: 9999; overflow: hidden; }
#cboxWrapper { max-width: none; }
#cboxOverlay { position: fixed; width: 100%; height: 100%; }
#cboxMiddleLeft, #cboxBottomLeft { clear: left; }
#cboxContent { position: relative; }
#cboxLoadedContent { overflow: auto; -webkit-overflow-scrolling: touch; }
#cboxTitle { margin: 0; }
#cboxLoadingOverlay, #cboxLoadingGraphic { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow { cursor: pointer; }
.cboxPhoto { float: left; margin: auto; border: 0; display: block; max-width: none; -ms-interpolation-mode: bicubic; }
.cboxIframe { width: 100%; height: 100%; display: block; border: 0; padding: 0; margin: 0; }
#colorbox, #cboxContent, #cboxLoadedContent { box-sizing: content-box; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; }
#cboxOverlay { background: #000; opacity: 0.9; filter: alpha(opacity = 90); }
#colorbox { outline: 0; }
#cboxContent { margin-top: 40px; overflow: visible; background: none; }
.cboxIframe { background: #000; }
#cboxError { padding: 50px; border: 1px solid #ccc; }
#cboxLoadedContent { background: none; padding: 1px; }
/*#cboxLoadingGraphic { background: url(../../img/add/loading.gif) no-repeat center center; }*/
#cboxLoadingOverlay { background: #000; }
#cboxTitle { position: absolute; top: -40px; left: 0; color: #000; }
#cboxCurrent { position: absolute; top: -40px; right: 205px; text-indent: -9999px; }
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose { transition: .4s;outline:none;border: 0; padding: 0; margin: 0; overflow: visible; text-indent: -9999px; width: 50px; height: 50px; position: absolute; top: -40px; /*background: url(../../img/add/sprite.png) no-repeat 0 0;*/ }
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active { outline: 0; }

#cboxPrevious {
	background: url(../../img/add/prev2.png);
	width: 34px;
	height: 35px;
	left: -50px;
	top: 50%;
	transform: translateY(-50%);
}
#cboxPrevious:hover { opacity: .6; }

#cboxNext {
	background: url(../../img/add/next2.png);
	width: 34px;
	height: 35px;
	right: -50px;
	top: 50%;
	transform: translateY(-50%);
}
#cboxNext:hover { opacity: .6; }

@media screen and (max-width: 1000px) {
	#cboxPrevious {
		left: 10px;
	}
	#cboxNext {
		right: 10px;
	}
}

#cboxClose { background: url(../../img/add/close.png); width: 34px; height: 35px; right: 0; }
#cboxClose:hover { opacity: .6; }


.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious { right: 120px; }
.cboxSlideshow_on #cboxSlideshow { background-position: -120px -40px; right: 80px; }
.cboxSlideshow_on #cboxSlideshow:hover { background-position: -160px -40px; }
.cboxSlideshow_off #cboxSlideshow { background-position: -160px 0px; right: 80px; }
.cboxSlideshow_off #cboxSlideshow:hover { background-position: -120px -40px; }
#cboxOverlay { background: #000; }
#cboxLoadedContent { background: none; }
#cboxLoadedContent { padding: 0; overflow: visible!important; }
#colorbox, #cboxOverlay, #cboxWrapper { overflow: visible; }
#cboxTitle { color: #1a1a1a; top: 105%; bottom: 0; }
#cboxTitle p.title { font-weight: bold; font-size: 1.2em; }








