#cboxWrapper, .cboxPhoto {
	max-width:none
}
.cboxIframe, .cboxPhoto {
	display:block;
	border:0
}
#cboxClose:active, #cboxNext:active, #cboxPrevious:active, #cboxSlideshow:active, #colorbox {
	outline:0
}
#cboxOverlay, #cboxWrapper, #colorbox {
	position:absolute;
	top:0;
	left:0;
	z-index:9999;
	overflow:hidden
}
#cboxOverlay {
	position:fixed;
	width:100%;
	height:100%;
	background:#000;
	opacity:.5 !important;
	filter:alpha(opacity=50) !important;
}
#cboxBottomLeft, #cboxMiddleLeft {
	clear:left
}
#cboxTitle {
	margin:0;
	position:absolute;
	top:-30px;
	left:0;
	color:#FFF
}
#cboxLoadingGraphic, #cboxLoadingOverlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%
}
.cboxPhoto {
	float:left;
	margin:auto;
	-ms-interpolation-mode:bicubic
}
.cboxIframe {
	width:100%;
	height:100%;
	padding:0;
	margin:0
}
#cboxContent, #cboxLoadedContent, #colorbox {
	box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box
}
#cboxContent {
	position:relative;
	margin-top:32px;
	overflow:visible;
	background:#000
}
.cboxIframe {
	background:#fff
}
#cboxError {
	padding:50px;
	border:1px solid #ccc
}
#cboxLoadedContent {
	overflow:auto;
	-webkit-overflow-scrolling:touch;
	background:#FFF;
	padding:10px;
	border:1px solid #CCC
}
#cboxLoadingGraphic {
	background:url(../img/loading.gif) center center no-repeat
}
#cboxLoadingOverlay {
	background:#000
}
#cboxCurrent {
	position:absolute;
	top:-22px;
	right:205px;
	text-indent:-9999px
}
#cboxClose, #cboxNext, #cboxPrevious, #cboxSlideshow {
	cursor:pointer;
	border:0;
	padding:0;
	margin:0;
	overflow:visible;
	text-indent:-9999px;
	width:20px;
	height:20px;
	position:absolute;
	top:-22px;
	background:url(../img/controls.png) no-repeat
}
#cboxPrevious {
	background-position:0 0;
	right:44px
}
#cboxPrevious:hover {
	background-position:0 -25px
}
#cboxNext {
	background-position:-25px 0;
	right:22px
}
#cboxNext:hover {
	background-position:-25px -25px
}
#cboxClose {
	background-position:-50px 0;
	right:0
}
#cboxClose:hover {
	background-position:-50px -25px
}
.cboxSlideshow_off #cboxPrevious, .cboxSlideshow_on #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 0;
	right:44px
}
.cboxSlideshow_off #cboxSlideshow:hover {
	background-position:-75px -25px
}
