#colorbox, #cboxOverlay, #cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden;
}

#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #dfdfdf;
}

#cboxMiddleLeft, #cboxBottomLeft {
	clear: left;
}

#cboxContent {
	position: relative;
	background: #fff;
	overflow: visible;
}

#cboxLoadedContent {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	margin-bottom: 0;
	font-style: italic;
	background: #fff;
}

#cboxTitle {
	display: none !important;
	margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
	cursor: pointer;
}

.cboxPhoto {
	float: left;
	border: 0;
	display: block;
	max-width: none;
	-ms-interpolation-mode: bicubic;
	margin: auto auto 0;
}

.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
	background: #fff;
}

#colorbox, #cboxContent, #cboxLoadedContent {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

#cboxWrapper {
	overflow: visible;
}

#cboxTopLeft, #cboxTopCenter, #cboxTopRight, #cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight, #cboxMiddleLeft, #cboxMiddleRight {
	background: #fff;
}

#colorbox {
	outline: 0;
	background: #fff;
	overflow: visible;
	-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.15);
}

.cboxPhoto.withLongCaption {
	margin-bottom: 0;
}

#cboxError {
	border: 1px solid #ccc;
	padding: 50px;
}

#cboxCurrent {
	display: none !important;
}

#cboxLoadingOverlay {
	background: #fff url(../../../images/colorbox/loading.gif) no-repeat 50% 50%;
}

#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
	border: 0;
	overflow: visible;
	width: auto;
	background: none;
	text-transform: capitalize;
	margin: 0;
	padding: 0;
}

#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
	outline: 0;
}

button:focus {
	outline: 1px dotted #fff;
}

#cboxPrevious, #cboxNext, #cboxClose {
	display: block;
	background: url(../../../images/colorbox/colorbox_minimal.png) 0 0 no-repeat;
	transition: opacity .35s ease;
	color: #e5e5e5;
}

#cboxPrevious, #cboxNext {
	text-indent: -9999em;
	white-space: nowrap;
	overflow: hidden;
	width: 64px;
	height: 64px;
	opacity: 0.6;
	margin-bottom: -10px;
}

#cboxPrevious:hover, #cboxNext:hover {
	opacity: 1.0;
}

#cboxPrevious {
	position: absolute;
	bottom: 46%;
	left: -68px;
	color: #444;
	background-position: 0 -64px;
}

#cboxNext {
	position: absolute;
	bottom: 46%;
	right: -68px;
	color: #444;
	background-position: 0 0;
}

#cboxClose {
	position: absolute;
	top: -6px;
	right: -6px;
	display: block;
	background: #fff url(../../../images/colorbox/close.png) 50% 50% no-repeat;
	color: #888;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: lowercase;
	text-align: left;
	width: 23px;
	height: 23px;
	line-height: 23px;
	transition: color .35s ease;
	text-indent: -9999em;
}

#cboxSlideshow {
	position: absolute;
	bottom: -32px;
	left: 48%;
	color: #888;
	font-size: 10px;
	line-height: 12px;
	background-color: #fff;
	transition: color .35s ease;
	padding: 6px 10px;
}

#cboxTopLeft, #cboxTopRight, #cboxBottomLeft, #cboxBottomRight {
	width: 8px;
	height: 8px;
}

#cboxTopCenter, #cboxBottomCenter {
	height: 8px;
}

#cboxMiddleLeft, #cboxMiddleRight {
	width: 8px;
}

#cboxClose:hover, #cboxSlideshow:hover {
	color: #000;
}