#cboxOverlay,
#cboxWrapper,
#colorbox {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden;
}
#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
}
#cboxBottomLeft,
#cboxMiddleLeft {
	clear: left;
}
#cboxContent {
	position: relative;
	background: 0 0;
	padding: 0;
}
#cboxLoadedContent {
	overflow: auto;
}
#cboxTitle {
	margin: 0;
}
#cboxLoadingGraphic,
#cboxLoadingOverlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#cboxClose,
#cboxNext,
#cboxPrevious,
#cboxSlideshow {
	cursor: pointer;
}
.cboxPhoto {
	float: left;
	margin: auto;
	border: 0;
	display: block;
}
.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
}
#cboxOverlay {
	background: #020d22;
}
#colorbox {
	outline: 0;
}
#cboxContent {
	margin-top: 0;
}
#cboxError {
	padding: 50px;
	border: 1px solid #ccc;
}
#cboxLoadedContent {
	padding: 0;
}
#cboxTitle {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #ffffff;
	color: #000000;
	padding: 10px;
}
#cboxCurrent {
	position: absolute;
	top: -20px;
	right: 0;
	color: #ccc;
}
#cboxSlideshow {
	position: absolute;
	top: -20px;
	right: 90px;
	color: #fff;
}
#cboxPrevious {
	border: 0;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -32px;
	background: url(/img/controls.png) no-repeat top left;
	width: 28px;
	height: 65px;
	text-indent: -9999px;
}
#cboxPrevious:hover {
	background-position: bottom left;
}
#cboxNext {
	border: 0;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -32px;
	background: url(/img/controls.png) no-repeat top right;
	width: 28px;
	height: 65px;
	text-indent: -9999px;
}
#cboxNext:hover {
	background-position: bottom right;
}
#cboxLoadingOverlay {
	background: 0 0;
}
#cboxLoadingGraphic {
	background: url(/img/loading.gif) no-repeat center center;
}
#cboxClose {
	border: 0;
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	background: url(/img/controls.png) no-repeat top center;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
}
#cboxClose:hover {
	background-position: bottom center;
}
@media only screen and (max-width: 600px) {
	#colorbox {
		max-width: 100% !important;
	}
	#cboxWrapper {
		max-width: 100% !important;
	}
	#cboxContent {
		max-width: 100% !important;
	}
	#cboxLoadedContent {
		max-width: 90% !important;
		margin: auto;
	}
}

.modalClean #cboxTitle,
.modalClean #cboxClose,
.modalClean #cboxNext,
.modalClean #cboxPrevious {
	display: none !important;
}
