﻿#colorbox, #cboxOverlay, #cboxWrapper {
	position:absolute;
	top:0;
	left:0;
	z-index:9999;
	overflow:hidden;
	-webkit-transform: translate3d(0, 0, 0);
}
#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 {
}
#colorbox {
	outline:0;/* box-shadow */
	/*box-shadow:0px 0px 6px 3px #ebebeb;
	-moz-box-shadow:0px 0px 6px 3px #ebebeb;
	-webkit-box-shadow:0px 0px 6px 3px #ebebeb;*/
	background:#fff;
	border:solid 1px #ccc;
}
#cboxContent {
	margin-top:20px;
	background:#fff;
}
.cboxIframe {
	background:#fff;
}
#cboxError {
	padding:50px;
	border:1px solid #ccc;
}
#cboxLoadedContent {
	border:5px solid #fff;
	background:#fff;
}
#cboxTitle {
	position:absolute;
	top:-20px;
	left:0;
	color:#ccc;
}
#cboxCurrent {
	position:absolute;
	top:-15px;
	left:5px;
	color:#333;
}
#cboxSlideshow {
	position:absolute;
	top:-15px;
	right:5px;
	color:#2466b2;
}
#cboxLoadingGraphic {
	background:url(img/loading.gif) no-repeat center center;
}
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
	border:0;
	padding:0;
	margin:0;
	overflow:visible;
	width:auto;
	background:none;
}
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
	outline:0;
}

#cboxPrevious {
	position:absolute;
	top: 50%;
	left:0;
	background:url(img/prev.png) no-repeat center center;
	text-indent:-9999px;
	width: 60px;
	height: 60px;
	margin-top:-30px;
}

#cboxNext {
	position:absolute;
	top: 50%;
	right:0;
	background:url(img/next.png) no-repeat center center;
	text-indent:-9999px;
	width: 60px;
	height: 60px;
	margin-top:-30px;
}


#cboxClose {
	position:absolute;
	top:5px;
	right:5px;
	display:block;
	background:url(img/close.png) no-repeat center center;
	width:40px;
	height:40px;
	text-indent:-9999px;
}
#cboxClose:hover {

}
