
/*---------------------------------------------------------------
ColorBox core rule sets ---------------------------------------*/

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

#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
	clear: left;
}

#cboxContent {
	position: relative;
}

#cboxLoadedContent {
	overflow: auto;
}

#cboxLoadedContent iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

#cboxTitle {
	margin: 0;
}

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

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

/*---------------------------------------------------------------
ColorBox light theme rule sets --------------------------------*/

#cboxOverlay {
	background: #FFF;
}

#cboxContent {
	margin-top: 30px;
}

#cboxLoadedContent {
	padding: 20px;
	background: #FFF;
}

#cboxTitle {
	position: absolute; 
	top: -20px; 
	left: 0;
	color: #282828;
}

#cboxCurrent {
	position: absolute;
	top: -20px;
	right: 0;
	color: #282828;
}

#cboxSlideshow{
	position: absolute;
	top: -20px;
	right: 90px;
	color: #fff;
}

#cboxPrevious {
	position: absolute;
	top: 50%;
	left: 0;
	width: 40px;
	height: 40px;
	text-indent: -9000px;
	background: url("../images/button_lightboxControls.png") no-repeat 0 -30px;
}

	#cboxPrevious.hover {
		background-position: 0 -70px;
	}

#cboxNext {
	position: absolute;
	top: 50%;
	right: 0;
	width: 40px;
	height: 40px;
	text-indent: -9000px;
	background: url("../images/button_lightboxControls.png") no-repeat -60px -30px;
}

	#cboxNext.hover {
		background-position: -60px -70px;
	}

#cboxLoadingOverlay {
	background: #000;
}

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

#cboxClose {
	display: block;
	position: absolute; 
	top: -30px;
	right: -30px;
	width: 60px;
	height: 30px;
	padding: 0 30px 0 0;
	line-height: 30px;
	background: url("../images/button_lightboxControls.png") no-repeat top center;
}

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