#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%
}

#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow {
	cursor: pointer
}

.cboxPhoto {
	float: left;
	margin: auto;
	border: 0;
	display: block
}

.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0
}

#cboxOverlay {
	background-color: #2b2b2b;
	filter: alpha(opacity=50);
	opacity: .5
}

#cboxContent {
	font-size: 12px
}

#cboxError {
	padding: 50px;
	border: 1px solid #ccc
}

#cboxLoadedContent {
	margin-bottom: 28px
}

#cboxTitle {
	position: absolute;
	bottom: 4px;
	left: 0;
	text-align: center;
	width: 100%;
	color: #949494
}

#cboxCurrent {
	width: 100%;
	position: absolute;
	bottom: 8px;
	left: 0%;
	text-indent: 10px;
	color: #fff;
	background: #4f4f4f;
	overflow: hidden
}

#cboxSlideshow {
	position: absolute;
	bottom: 4px;
	right: 30px;
	color: #000
}

#cboxPrevious {
	position: absolute;
	bottom: 48%;
	left: 2%;
	background: url(../images/big_left_btn.png) no-repeat;
	width: 30px;
	height: 30px;
	text-indent: -9999px
}

#cboxNext {
	position: absolute;
	bottom: 48%;
	right: 2%;
	background: url(../images/big_right_btn.png) no-repeat;
	width: 30px;
	height: 30px;
	text-indent: -9999px
}

#cboxLoadingOverlay {
	background: url(../images/loading_background.png) no-repeat center center
}

#cboxLoadingGraphic {
	background: url(../images/loading.gif) no-repeat center center
}

#cboxClose {
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(../images/big_close_btn.png) no-repeat;
	width: 29px;
	height: 28px;
	text-indent: -9999px;
	top: 5px;
	right:0px
}
