#colorbox,#cboxOverlay,#cboxWrapper
{
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index: 9999;
}
#cboxWrapper
{
	max-width: none;
}
#cboxOverlay
{
	height: 100%;
	position: fixed;
	width: 100%;
}
#cboxMiddleLeft,#cboxBottomLeft
{
	clear: left;
}
#cboxContent
{
	position: relative;
}
#cboxLoadedContent
{
	overflow: auto;
	webkit-overflow-scrolling: touch;
}
#cboxTitle
{
	margin: 0;
}
#cboxLoadingOverlay,#cboxLoadingGraphic
{
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow
{
	cursor: pointer;
}
.cboxPhoto
{
	border: 0;
	display: block;
	float: left;
	margin: auto;
	max-width: none;
	ms-interpolation-mode: bicubic;
}
.cboxIframe
{
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}
#colorbox,#cboxContent,#cboxLoadedContent
{
	box-sizing: content-box;
	moz-box-sizing: content-box;
	webkit-box-sizing: content-box;
}
#cboxOverlay
{
	background: #000;
	filter: alpha(opacity=20)!important;
	opacity: .2!important;
}
#colorbox
{
	outline: 0;
}
#cboxContent
{
	background: #000;
	margin-top: 20px;
}
.cboxIframe
{
	background: #fff;
}
#cboxError
{
	border: 1px solid #ccc;
	padding: 50px;
}
#cboxLoadedContent
{
	background: #fff;
	border: 5px solid #000;
}
#cboxTitle
{
	color: #ccc;
	left: 0;
	position: absolute;
	top: -20px;
}
#cboxCurrent
{
	color: #ccc;
	position: absolute;
	right: 0;
	top: -20px;
}
#cboxLoadingGraphic
{
	background: url(../images/loading.gif) no-repeat center center;
}
#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose
{
	background: 0 0;
	border: 0;
	margin: 0;
	overflow: visible;
	padding: 0;
	width: auto;
}
#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active
{
	outline: 0;
}
#cboxSlideshow
{
	color: #fff;
	position: absolute;
	right: 90px;
	top: -20px;
}
#cboxPrevious
{
	background: url(../images/controls.png) no-repeat top left;
	height: 65px;
	left: 5px;
	margin-top: -32px;
	position: absolute;
	text-indent: -9999px;
	top: 50%;
	width: 28px;
}
#cboxPrevious:hover
{
	background-position: bottom left;
}
#cboxNext
{
	background: url(../images/controls.png) no-repeat top right;
	height: 65px;
	margin-top: -32px;
	position: absolute;
	right: 5px;
	text-indent: -9999px;
	top: 50%;
	width: 28px;
}
#cboxNext:hover
{
	background-position: bottom right;
}
#cboxClose
{
	background: url(../images/controls.png) no-repeat top center;
	display: block;
	height: 19px;
	position: absolute;
	right: 5px;
	text-indent: -9999px;
	top: 5px;
	width: 38px;
}
#cboxClose:hover
{
	background-position: bottom center;
}