#colorbox, #cboxOverlay, #cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden;
}
#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;
}
.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
}
#colorbox, #cboxContent, #cboxLoadedContent {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}
#cboxOverlay {
	background: #101010;
}
#colorbox {
	outline: 0;
}
#cboxContent {
	margin-top: 30px;
	background: #101010;
}
.cboxIframe {
	background: #fff;
}
#cboxError {
	padding: 50px;
	border: 1px solid #ccc;
}
#cboxLoadedContent {
	border: 5px solid #101010;
	background: #fff;
}
#cboxTitle {
	position: absolute;
	top: -21px;
	left: 4px;
	color: #ccc;
	font-size: 14px;
	letter-spacing: 0.3px;
}
#cboxCurrent {
	position: absolute;
	top: -21px;
	right: 4px;
	color: #ccc;
}
#cboxLoadingGraphic {
	background: url(../images/load.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;
}
#cboxSlideshow {
	position: absolute;
	top: -20px;
	right: 90px;
	color: #fff;
}
#cboxPrevious {
	position: absolute;
	top: 50%;
	left: 8px;
	margin-top: -10px;
	background: url(../images/control.png) no-repeat -53px 0;
	width: 18px;
	height: 24px;
	text-indent: -9999px;
}
#cboxPrevious:hover {
	background-position: -53px -25px;
}
#cboxNext {
	position: absolute;
    top: 50%;
    right: 8px;
    margin-top: -10px;
    background: url(../images/control.png) no-repeat -78px 0;
    width: 18px;
    height: 24px;
    text-indent: -9999px;
}
#cboxNext:hover {
	background-position: -78px -25px;
}
#cboxClose {
	position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    background: rgba(255,255,255,0.5) url(../images/control.png) no-repeat -99px 1px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-indent: -9999px;
}
#cboxClose:hover {
	background-position: -99px -24px;
}
