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

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

#colorBox {
	padding: 15px;
	background: #888;
}

#cboxContent {
	background:#1b1b1b;
}

#cboxLoadedContent {
	padding: 15px 15px 80px;
	background: #fff;
}

#cboxTitle {
	position: absolute;
	bottom: 45px; left: 0;
	width: 100%;
	padding: 0 20px 0 0; margin: 0 20px;
	text-align: center;
	color: #333;
	line-height: 150%;
	font-size: 0.9em;
}

#cboxCurrent {
	position: absolute;
	bottom: -100px; left:100px;
}

#cboxSlideshow {
	position: absolute;
	bottom: 23px; right: 60px;
	color: #1090c5;
	font-size: 0.9em;
}

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

#cboxPrevious, #cboxNext, #cboxClose {
	position: absolute;
	bottom: 20px;
	width: 25px; height: 25px;
	text-indent: -9999px;
	background-image: url(../images/controls.png);
	background-repeat: none;
}

#cboxPrevious {
	left: 15px;
	background-position: -75px 0;
}

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

#cboxNext {
	left: 50px;
	background-position: -50px 0px;
}

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

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

#cboxClose {
	right: 15px;
	background-position: -25px 0px;
}

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










