#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:visible;}
#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;}

#cboxClose{display:none !important;}

#cboxOverlay{background-color:#000;}

#colorbox{}
#cboxContent{
	background:#fff; 
	border:1px solid #999;
	border-radius:5px;
	box-shadow: 0px 0px 25px 2px rgba(0, 0, 0, 0.2);
}
#cboxContent h1{
	display:block;
	font: 16px Arial, Tahoma, Verdana, sans-serif !important;
	font-weight:bold !important;
	color: #666;
	padding:15px 20px 10px 20px;	
	background-color: #f5f6f7;
	border-bottom:1px solid #e5e5e5;
}

#cboxContent .overlay-content{
	padding:20px;	
}

#cboxLoadedContent{}

#cboxClose{position:absolute; top:0; right:0; background:url(/images/head_load/jquery_colorbox/controls.png) -25px 0px no-repeat; 
           width:25px; height:25px; text-indent:-9999px;}
#cboxClose.hover{background-position:-25px -25px;}