#colorbox {
	left: 0px; top: 0px; overflow: hidden; position: absolute; z-index: 9999;
}
#cboxOverlay {
	left: 0px; top: 0px; overflow: hidden; position: absolute; z-index: 9999;
}
#cboxWrapper {
	left: 0px; top: 0px; overflow: hidden; position: absolute; z-index: 9999;
}
#cboxOverlay {
	width: 100%; height: 100%; position: fixed;
}
#cboxMiddleLeft {
	clear: left;
}
#cboxBottomLeft {
	clear: left;
}
#cboxContent {
	overflow: visible; position: relative;
}
#cboxLoadedContent {
	overflow: auto;
}
#cboxLoadedContent iframe {
	border: 0px currentColor; border-image: none; width: 100%; height: 100%; display: block;
}
#cboxTitle {
	margin: 0px;
}
#cboxLoadingOverlay {
	left: 0px; top: 0px; width: 100%; position: absolute;
}
#cboxLoadingGraphic {
	left: 0px; top: 0px; width: 100%; position: absolute;
}
#cboxPrevious {
	cursor: pointer;
}
#cboxNext {
	cursor: pointer;
}
#cboxClose {
	cursor: pointer;
}
#cboxSlideshow {
	cursor: pointer;
}
#colorbox {
	box-sizing: content-box; -moz-box-sizing: content-box; -webkit-box-sizing: content-box;
}
#cboxContent {
	box-sizing: content-box; -moz-box-sizing: content-box; -webkit-box-sizing: content-box;
}
#cboxLoadedContent {
	box-sizing: content-box; -moz-box-sizing: content-box; -webkit-box-sizing: content-box;
}
#cboxOverlay {
	background: rgb(0, 0, 0);
}
#colorbox {
	
}
#cboxContent {
	background: rgb(0, 0, 0); margin-top: 20px;
}
#cboxBottomCenter {
	background: rgb(0, 0, 0); height: 30px;
}
#cboxLoadedContent {
	background: rgb(0, 0, 0); padding: 5px;
}
#cboxTitle {
	left: 5px; bottom: -25px; color: rgb(204, 204, 204); position: absolute;
}
#cboxCurrent {
	right: 35px; bottom: -25px; color: rgb(204, 204, 204); position: absolute;
}
#cboxSlideshow {
	top: -20px; right: 90px; color: rgb(255, 255, 255); position: absolute;
}
#cboxPrevious {
	left: 5px; top: 50%; width: 49%; height: 100%; text-indent: -9999px; margin-top: -41px; position: absolute; background-image: url("data:image/gif;base64,AAAA");
}
.hover#cboxPrevious {
	background: url("images/prevblack.png") no-repeat left top;
}
#cboxNext {
	top: 50%; width: 49%; height: 100%; right: 5px; text-indent: -9999px; margin-top: -41px; position: absolute; background-image: url("data:image/gif;base64,AAAA");
}
.hover#cboxNext {
	background: url("images/nextblack.png") no-repeat right top;
}
#cboxLoadingOverlay {
	background: rgb(0, 0, 0);
}
#cboxLoadingGraphic {
	background: url("images/loading.gif") no-repeat center;
}
#cboxClose {
	background: url("images/close.png") no-repeat top; width: 22px; height: 22px; right: 5px; bottom: -25px; text-indent: -9999px; display: block; position: absolute;
}
.hover#cboxClose {
	background-position: bottom;
}
