#colorbox, #cboxOverlay, #cboxWrapper {
	position:absolute;
	top:0;
	left:0;
	z-index:999;
}
#cboxOverlay {
	background:#000000;
	position:fixed;
	width:100%;
	height:100%;
}
#colorbox {
	border: #ffffff 2px solid;
}
#cboxWrapper {
	background: #000000;
}
#cboxContent {
	background:#000000;
	position:relative;
	overflow:visible;
	z-index: 1000;
}
#cboxLoadedContent {
	background:#000000;
	overflow: hidden;
}
#cboxLoadedContent iframe {
	display:block;
	width:100%;
	height:100%;
	border:0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
	position:absolute;
	top:0;
	left:0;
	width:100%;
}
#cboxLoadingOverlay {
	background:#000;
}
#cboxLoadingGraphic {
	background:url(../images/progress.gif) center center no-repeat;
}
#cboxClose {
	width: 30px;
	height: 30px;
	background: url(../images/close.png) 0 0 no-repeat;
	display: block;
	position: absolute;
	top: -20px;
	right: -20px;
	cursor: pointer;
	text-indent: -10000px;
	z-index: 1110;
}