#colorbox,
#cboxOverlay,
#cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
}
#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
	clear: left;
}
#cboxContent {
	position: relative;
}
#cboxLoadedContent {
	overflow: auto;
}
#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;
	border: 1px #0682ca solid;
}
.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;
}
	
/*********************** Bespoke Styles ***********************/
	
#cboxOverlay {
	background:  #000;
}
#colorbox {
	border: 4px #fff solid;
	border-bottom-width: 38px;
	margin: -18px 0 0 0;
	background: #fff;
	z-index: 100000 !important;
}
#cboxTopLeft, 
#cboxTopRight, 
#cboxBottomLeft, 
#cboxBottomRight {
	width: 0;
	height: 0;
}
#cboxMiddleLeft, 
#cboxMiddleRight {
	width: 0;
}
#cboxTopCenter {
	height: 0;
}
#cboxBottomCenter {
	height: 0;
}
#cboxContent {
	background: #fff;
}
.cboxIframe {
	background: #fff;
}
#cboxError {
	padding: 25px;
	text-align: center;
}

/*********************** Content ***********************/

#cboxLoadedContent {
	padding: 0;
	text-align: left;
}
#cboxLoadedContent img {
	cursor: pointer;
}

/*********************** Lightbox Elements ***********************/

#cboxTitle, 
#cboxCurrent, 
#cboxSlideshow {
	display: none !important;
}
#cboxPrevious, 
#cboxNext {
	display: none;
}
#cboxClose {
	display: none;
	position: absolute;
	left: 0;
	bottom: -34px;
	width: 100%;
	padding: 9px 0 8px 0;
	font-weight: bold;
	color: #fff;
	overflow: hidden;
	background: #40a9e0;
	cursor: pointer;
}
#cboxClose:hover {
	background: #0089d0;
}
#cboxLoadingOverlay {
	background: url(../../images/loading-bg.png) no-repeat center center;
}
#cboxLoadingGraphic {
	background: url(../../images/loading.gif) no-repeat center center;
}