#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;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
	background: #000;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
#colorbox {
	outline: 0;
}
.cboxIframe {
	background: none;
}
#cboxError {
	padding: 50px;
	color: #FFF;
}
#cboxLoadedContent {
	background: none;
	padding: 20px;
}
.fContent #cboxLoadedContent {
	background: none;
	font-size: 0rem;
	letter-spacing: 0rem;
	text-align: center;
	padding: 0px;
}
.fContent #cboxLoadedContent::before, .fContent #cboxLoadedContent > div {
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	position: relative;
}
.fContent #cboxLoadedContent::before {
	content: '';
	width: 0px;
	height: 100%;
}
.fContent #cboxLoadedContent > div {
	font-size: 0.94rem;
	width: calc(100% - 20px);
	text-align: left;
	margin: 20px 0px;
}
#cboxTitle {
	position: absolute;
	top: 0px;
	left: 0;
	color: #ccc;
}
#cboxCurrent {
	position: absolute;
	bottom: 10px;
	left: 10px;
	color: #FFF;
}
#cboxLoadingGraphic {
	display: block;
	background: none;
}
#cboxLoadingGraphic::before {
	content: '';
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0px 0px -25px;
	border-radius: 5px;
	background: #000 url(../images/site/gLoading.gif) no-repeat center center / 40px auto;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose, #btnCF {
	width: auto;
	padding: 0px;
	margin: 0px;
	overflow: visible;
	background: none;
	outline: none;
	border: none;
}
#cboxSlideshow {
	position: absolute;
	top: 0px;
	right: 90px;
	color: #fff;
}
#cboxPrevious, #cboxNext, #cboxClose, #btnCF {
	display: block;
	box-sizing: border-box;
	position: absolute;
	text-align: left;
	text-indent: -9999px;
	transition: opacity 0.25s ease;
}
#cboxPrevious, #cboxNext {
	width: 30px;
	height: 30px;
	top: 50%;
}
.fContent #cboxPrevious, .fContent #cboxNext {
	visibility: hidden;
}
#cboxPrevious {
	left: 0px;
}
#cboxNext {
	right: 0px;
}
#cboxClose, #btnCF {
	width: 20px;
	height: 20px;
	top: 0px;
	right: 0px;
	z-index: 10;
	border-radius: 50%;
	overflow: hidden;
}
#cboxClose {
	display: none;
}
#cboxClose.show {
	display: block;
}
#cboxPrevious:hover, #cboxNext:hover, #cboxClose:hover, #btnCF:hover {
	opacity: 0.75;
}
#cboxPrevious:active, #cboxNext:active, #cboxClose:active, #btnCF:active {
	margin-top: 2px;
}
#cboxPrevious::before, #cboxNext::before, #cboxClose::before, #cboxClose::after, #btnCF::before, #btnCF::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	box-sizing: border-box;
}
#cboxPrevious::before, #cboxNext::before {
	width: 12px;
	height: 12px;
	border-left: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
}
#cboxPrevious::before {
	transform: translate(-50%, -50%) rotate(45deg);
}
#cboxNext::before {
	transform: translate(-50%, -50%) rotate(-135deg);
}
#cboxClose::before, #cboxClose::after, #btnCF::before, #btnCF::after {
	background: #FFF;
	transform: translate(-50%, -50%) rotate(45deg);
	transition: background-color 0.5s ease;
}
#cboxClose::before, #btnCF::before {
	width: 14px;
	height: 3px;
}
#cboxClose::after, #btnCF::after {
	width: 3px;
	height: 14px;
}