
#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;
}
#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;
}
.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
}
#colorbox, #cboxContent, #cboxLoadedContent {
	box-sizing: content-box;
}
  
#cboxOverlay {
	background: #fff;
}
#colorbox {
}
#cboxContent {
	margin-top: 32px;
	overflow: visible;
}
.cboxIframe {
	background: #fff;
}
#cboxError {
	padding: 50px;
}
#cboxLoadedContent {
	border: 5px solid #d5d5d5;
}
#cboxLoadingGraphic {
	background-image: url(images/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#cboxLoadingOverlay {
	background: #CCC;
}
#cboxTitle {
	position: absolute;
	top: -22px;
	left: 0;
	color: #000;
}
#cboxCurrent {
	position: absolute;
	top: -22px;
	right: 205px;
	text-indent: -9999px;
}

#cboxPrevious {
	width: 43px;
	height: 97px;
	text-indent: -9999px;
	background-position: 0px -100px;
	right: 0px;
	z-index: 9999;
	top: 40%;
	position: absolute;
	background-image: url(images/arrow_left.png);
	background-repeat: no-repeat;
	left: 5px;
	bottom: 0px;
}
#cboxPrevious:hover {
	background-position: 0px -3px;
}
#cboxNext {
	text-indent: -9999px;
	width: 43px;
	height: 97px;
	background-position: 0px -100px;
	right: 5px;
	z-index: 9998;
	top: 40%;
	position: absolute;
	background-image: url(images/arrow_right.png);
	background-repeat: no-repeat;
	bottom: 0px;
}
#cboxNext:hover {
	background-position: 0px -3px;
}
#cboxClose {
	text-indent: -9997px;
	width: 95px;
	height: 36px;
	background-position: -15px 2px;
	right: 20px;
	z-index: 9998;
	top: 0px;
	position: absolute;
	background-image: url(images/esc.png);
	background-repeat: no-repeat;
	bottom: 0px;
}
#cboxClose:hover {
	background-position: -112px 2px;
}
.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
	right: 66px;
}
.cboxSlideshow_on #cboxSlideshow {
	background-position: -75px -25px;
	right: 44px;
}
.cboxSlideshow_on #cboxSlideshow:hover {
	background-position: -100px -25px;
}
.cboxSlideshow_off #cboxSlideshow {
	background-position: -100px 0px;
	right: 44px;
}
.cboxSlideshow_off #cboxSlideshow:hover {
	background-position: -75px -25px;
}
