#colorbox,#cboxOverlay,#cboxWrapper {
	top: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	z-index: 9999;
}

#cboxOverlay {
	height: 100%;
	width: 100%;
	position: fixed;
	background: url("../../img/jquery/colorBox/overlay.png") repeat 0 0;
}

#cboxMiddleLeft,#cboxBottomLeft {
	clear: left;
}

#cboxContent {
	position: relative;
	background: #fff;
	overflow: hidden;
}

#cboxLoadedContent {
	overflow: auto;
	margin-bottom: 18px;
	margin-top: 30px;
}

#cboxTitle {
	width: 100%;
	bottom: 0px;
	left: 0;
	color: #949494;
	position: absolute;
	text-align: center;
	margin: 0;
}

#cboxLoadingOverlay,#cboxLoadingGraphic {
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
}

#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow {
	cursor: pointer;
}

.cboxPhoto {
	border: 0;
	display: block;
	float: left;
	margin: auto;
}

.cboxIframe {
	height: 100%;
	width: 100%;
	border: 0;
	display: block;
}

#cboxTopLeft {
	height: 21px;
	width: 21px;
	background: url("../../img/jquery/colorBox/controls.png") no-repeat
		-100px 0;
}

#cboxTopRight {
	height: 21px;
	width: 21px;
	background: url("../../img/jquery/colorBox/controls.png") no-repeat
		-129px 0;
}

#cboxBottomLeft {
	height: 21px;
	width: 21px;
	background: url("../../img/jquery/colorBox/controls.png") no-repeat
		-100px -29px;
}

#cboxBottomRight {
	height: 21px;
	width: 21px;
	background: url("../../img/jquery/colorBox/controls.png") no-repeat
		-129px -29px;
}

#cboxMiddleLeft {
	width: 21px;
	background: url("../../img/jquery/colorBox/controls.png") left top
		repeat-y;
}

#cboxMiddleRight {
	width: 21px;
	background: url("../../img/jquery/colorBox/controls.png") right top
		repeat-y;
}

#cboxTopCenter {
	height: 21px;
	background: url("../../img/jquery/colorBox/border.png") 0 0 repeat-x;
}

#cboxBottomCenter {
	height: 21px;
	background: url("../../img/jquery/colorBox/border.png") 0 -29px repeat-x;
}

#cboxError {
	border: 1px solid #ccc;
	padding: 50px;
}

#cboxCurrent {
	top: 8px;
	bottom: 4px;
	left: 58px;
	color: #949494;
	position: absolute;
}

#cboxSlideshow {
	right: 30px;
	bottom: 4px;
	color: #0092ef;
	position: absolute;
}

#cboxPrevious {
	top: 0px;
	height: 25px;
	width: 25px;
	bottom: 0;
	left: 0;
	background: url("../../img/jquery/colorBox/controls.png") no-repeat
		-75px 0;
	position: absolute;
	text-indent: -9999px;
}

#cboxPrevious.hover {
	background-position: -75px -25px;
}

#cboxNext {
	top: 0px;
	height: 25px;
	width: 25px;
	bottom: 0;
	left: 27px;
	background: url("../../img/jquery/colorBox/controls.png") no-repeat
		-50px 0;
	position: absolute;
	text-indent: -9999px;
}

#cboxNext.hover {
	background-position: -50px -25px;
}

#cboxLoadingOverlay {
	background: url("../../img/jquery/colorBox/loading_background.png")
		no-repeat center center;
}

#cboxLoadingGraphic {
	background: url("../../img/jquery/colorBox/loading.gif") no-repeat
		center center;
}

#cboxClose {
	height: 21px;
	width: 75px;
	top: 8px;
	right: 15px;
	background: url("../../img/buttons/lightBoxClose.png") no-repeat top
		center;
	position: absolute;
	text-indent: -9999px;
}

#cboxClose.hover {
	background-position: center center;
}

.cboxIE #cboxTopLeft,.cboxIE #cboxTopCenter,.cboxIE #cboxTopRight,.cboxIE #cboxBottomLeft,.cboxIE #cboxBottomCenter,.cboxIE #cboxBottomRight,.cboxIE #cboxMiddleLeft,.cboxIE #cboxMiddleRight
	{
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
		#00FFFFFF, endColorstr = #00FFFFFF );
}

.cboxIE6 #cboxTopLeft {
	background: url("../../img/jquery/colorBox/ie6/borderTopLeft.png");
}

.cboxIE6 #cboxTopCenter {
	background: url("../../img/jquery/colorBox/ie6/borderTopCenter.png");
}

.cboxIE6 #cboxTopRight {
	background: url("../../img/jquery/colorBox/ie6/borderTopRight.png");
}

.cboxIE6 #cboxBottomLeft {
	background: url("../../img/jquery/colorBox/ie6/borderBottomLeft.png");
}

.cboxIE6 #cboxBottomCenter {
	background: url("../../img/jquery/colorBox/ie6/borderBottomCenter.png");
}

.cboxIE6 #cboxBottomRight {
	background: url("../../img/jquery/colorBox/ie6/borderBottomRight.png");
}

.cboxIE6 #cboxMiddleLeft {
	background: url("../../img/jquery/colorBox/ie6/borderMiddleLeft.png");
}

.cboxIE6 #cboxMiddleRight {
	background: url("../../img/jquery/colorBox/ie6/borderMiddleRight.png");
}