#colorbox, #cboxOverlay, #cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden;
}
#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;
}
#cboxOverlay {
	background: url(../img/bg.gif); width: 100%; height: 100%;
}

#cboxContent {
	margin: 20px; padding: 20px 20px; background: #fff;
}

#cboxLoadedContent {
	background: #fff;
	padding: 24px 18px 90px;

}
#cboxTitle {
	position: absolute;
	background: #0099FF;
	padding: 8px 0px 8px 0px;
	bottom: 30px;
	left: 0;
	width: 100%;
	color: #fff;
	font-weight:bold;
	font: normal 18px "Open Sans";
	text-align: center;
}
#cboxTitle a {
	color: #0F3;
}
#cboxCurrent {
	position: absolute;
	top: 5px;
	right: 36px;
	color: #fff;
}
#cboxSlideshow {
	position: absolute;
	top: 0px;
	right: 120px;
	color: #F07E26;
}
#cboxPrevious {
	position: absolute;
	bottom: 5px;
	left: 0px;
	margin-top: -32px;
	background: url('../images/control-left.png') top left no-repeat;
	width: 38px;
	height: 65px;
	text-indent: -9999px;

}
#cboxPrevious.hover {
	background: url('../images/control-left2.png') top left no-repeat;
}
#cboxNext {
	position: absolute;
	bottom: 5px;
	right: 0px;
	margin-top: -32px;
	background: url('../images/control-right.png') top right no-repeat;
	width: 40px;
	height: 65px;
	text-indent: -9999px;
}
#cboxNext.hover {
	background: url('../images/control-right2.png') top right no-repeat;
}
#cboxLoadingOverlay {
	background: #fff;
}
#cboxLoadingGraphic {
	background: url(images/loading.gif) center center no-repeat;
}
#cboxClose {
	position: absolute;
	top: 0px;
	right: 0;
	display: block;
	background: url('../images/close.png') 0 0 no-repeat;
	width: 40px;
	height: 40px;
	padding: 0px;
	text-indent: -9999px;
}
/*#cboxClose.hover {
	background-position: bottom center;
}*/