
#colorbox, #cboxOverlay, #cboxWrapper{
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 9999; 
	overflow: hidden;
}

#cboxOverlay{
	position: fixed; 
	width: 100%; 
	height: 100%;
	opacity: 0.8 !important;
}

#cboxContent{
	position: relative; 
	overflow: visible;
}

#cboxLoadedContent{
	overflow: auto;
}

#cboxLoadedContent iframe{
	display: block; 
	width: 100%; 
	height: 100%; 
	border: 0; 
	background-color: #CCCCCC;
}

#cboxOverlay{
	background: #000000;
}

#colorbox{
	background: #F5F5F5;
	border: 6px solid #666666;
	text-align: center;
}

#cboxTopLeft, #cboxTopCenter, #cboxTopRight, #cboxMiddleLeft, #cboxMiddleCenter, #cboxMiddleRight, #cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight, #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow, #cboxTitle {
	display: none !important;
}

#cboxPhoto {
	padding: 0px;
	margin: 0px;
}
