#colorbox, #cboxOverlay, #cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 15000;
}
#cboxWrapper {
	max-width: none;
	z-index: 16000;
}
#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}
#cboxMiddleLeft, #cboxBottomLeft {
	clear: left;
}
#cboxContent {
	position: relative;
}
#cboxLoadedContent {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
#cboxTitle {
	margin: 0;
}
#cboxLoadingOverlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:none;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
	cursor: pointer;
}
#cboxLoadedContent .cboxPhoto {
	float: left;
	margin: auto;
	border: 0;
	display: block;
	max-width: none;
	-ms-interpolation-mode: bicubic;
	max-width: none;
}
#cboxLoadedContent .cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
	max-width: none;
}
#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 url(../images/site/overlay.png) repeat top left;
	opacity: 0.9;
	filter: alpha(opacity = 90);
}
#colorbox {
	outline: 0;
}
#cboxContent, #cboxLoadedContent .cboxIframe {
	background: none;
}
#cboxError {
	padding: 50px;
	border: none;
}
#cboxLoadedContent {
	border: none;
	position: relative;
	backface-visibility:none;
	text-align:center;
	font-size:0rem;
}
#cboxLoadedContent::before, #cboxLoadedContent > * {
 display:inline-block;
 vertical-align:middle;
}
#cboxLoadedContent::before {
 content:'';
 height:100%;
 width:0px;
}
.gMulti #cboxLoadedContent::before {
 content:normal;
}
#cboxLoadedContent > * {
	background: #000;
	color: #FFF;
	text-align:left;
	max-width:98%;
	width:auto;
	font-size:0.925rem;
}
#cboxTitle {
	position: absolute;
	top: 0px;
	left: 10px;
	color: #FFF;
}
#cboxCurrent {
	position: absolute;
	bottom: 0px;
	left: 10px;
	color: #FFF;
}
#cboxLoadingGraphic {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 110px;
	height: 70px;
	margin:-35px 0px 0px -55px;
	background:#000 url(../images/site/loadingPage.gif) no-repeat center center / 90px auto;
	border-radius:8px;
}
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose, #cboxLoadedContent .btnCF {
	border: 0;
	padding: 0;
	margin: 0;
	overflow: visible;
	width: auto;
	background: none;
	outline: none;
	position: absolute;
	cursor:pointer;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxLoadedContent .btnCF {
	text-indent: -9999px;
	text-align: left;
	transition: opacity 0.5s ease, background-color 0.5s ease;
}
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxSlideshow {
	bottom: 0px;
	right: 10px;
	color: #FFF;
}
#cboxPrevious, #cboxNext {
	/*background: url(../images/site/icoArrows.png) no-repeat transparent;*/
	width: 40px;
	height: 40px;
	top: 50%;
	margin-top: -20px;
}
#cboxPrevious {
	background-position: 0px 0px;
	left: 5px;
}
#cboxNext {
	background-position: -40px 0px;
	right: 5px;
}
#cboxNext:active, #cboxPrevious:active {
	margin-top: -17px;
}
#cboxClose, #cboxLoadedContent .btnCF {
	top: 0px;
	right: 0px;
	display: block;
	width:25px;
	height:25px;
	z-index:5;
}
#cboxClose::before, #cboxClose::after, #cboxLoadedContent .btnCF::before, #cboxLoadedContent .btnCF::after {
 content:'';
 display:block;
 background:#FFF;
 position:absolute;
 top:50%;
 left:50%;
 transform:translate(-50%, -50%) rotate(45deg);
}
#cboxClose::before, #cboxLoadedContent .btnCF::before {
 width:14px;
 height:4px;
}
#cboxLoadedContent .btnCF::after, #cboxClose::after {
 width:4px;
 height:14px;
}
#cboxClose:active, #cboxLoadedContent .btnCF:active {
	top: 3px;
}
#cboxNext:hover, #cboxPrevious:hover, #cboxClose:hover, #cboxLoadedContent .btnCF:hover {
	opacity: 0.75;
}
