#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; overflow:hidden;}
#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(/static/site/img/overlay.png) 0 0 repeat;}
#colorbox{}
#cboxContent{
	background:#f8f8e9;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius-bottomRight: 0;
	-webkit-border-bottom-right-radius: 0;
	padding: 20px;
}
#cboxLoadedContent{overflow: hidden !important; height: 462px;}
#cboxClose{
	position:absolute; 
	top:20px; 
	right:20px; 
	background:url(/static/site/img/pop-close.png) no-repeat left top; 
	width:40px; 
	height:40px; 
	text-indent:-9999px;
	overflow: hidden;
}
#cboxClose:hover{
	background-position: left -40px;
}

