#colorbox,
#cboxOverlay,
#cboxWrapper {
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index: 9999;
}

#cboxOverlay {
	background: rgba(0, 0, 0, .65);
	height: 100%;
	position: fixed;
	width: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
	clear: left;
}

#cboxContent {
	background: #fff;
	border-radius: 2px;
	box-shadow: 0 0 40px rgba(0, 0, 0, .4);
	overflow: hidden;
	padding: 10px;
	position: relative;
}

#cboxLoadedContent {
	-webkit-overflow-scrolling: touch;
	margin-bottom: 28px;
	overflow: auto;
}

#cboxTitle {
	bottom: 4px;
	color: #949494;
	left: 0;
	margin: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
	cursor: pointer;
}

.cboxPhoto {
	-ms-interpolation-mode: bicubic;
	border: 0;
	display: block;
	float: left;
	margin: auto;
	max-width: none;
}

.cboxIframe {
	background: #fff;
	border: 0;
	display: block;
	height: 100%;
	width: 100%;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

#cboxError {
	border: 1px solid #ccc;
	padding: 50px;
}

#cboxCurrent {
	bottom: 4px;
	color: #949494;
	left: 58px;
	position: absolute;
}

#cboxLoadingOverlay {
	background: url(images/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
	background: url(images/loading.gif) no-repeat center center;
}

#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
	background: none;
	border: 0;
	margin: 0;
	overflow: visible;
	outline: 0;
	padding: 0;
	width: auto;
}

#cboxSlideshow {
	bottom: 4px;
	color: #0092ef;
	position: absolute;
	right: 30px;
}

#cboxPrevious {
	background: url(images/controls.png) no-repeat -75px 0;
	bottom: 0;
	height: 25px;
	left: 0;
	position: absolute;
	text-indent: -9999px;
	width: 25px;
}

#cboxPrevious:hover {
	background-position: -75px -25px;
}

#cboxNext {
	background: url(images/controls.png) no-repeat -50px 0;
	bottom: 0;
	height: 25px;
	left: 27px;
	position: absolute;
	text-indent: -9999px;
	width: 25px;
}

#cboxNext:hover {
	background-position: -50px -25px;
}

#cboxClose {
	background: url(/images/svg/icons/close.svg) center/24px no-repeat;
	height: 32px;
	position: absolute;
	right: 3px;
	text-indent: -9999px;
	top: 3px;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	width: 32px;
}

#cboxClose:hover {
	opacity: .7;
}

.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
}

#colorbox,
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
	outline: 0;
}

#cboxTopLeft,
#cboxTopRight,
#cboxBottomLeft,
#cboxBottomRight {
	height: 21px;
	width: 21px;
}

#cboxMiddleLeft,
#cboxMiddleRight {
	width: 21px;
}

#cboxTopCenter,
#cboxBottomCenter {
	height: 21px;
}