/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#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;}

/* ================= */
/* = CUSTOM STYLES = */
/* ================= */

#cboxOverlay{background:url('/images/colorbox/overlay.png') 0 0 repeat;}
#colorbox, #cboxWrapper, #cboxContent, #cboxLoadedContent {overflow:visible;}
		/*ADJUSTMENTS FOR DWB -- add dwb class to #colorbox in function bound to onOpen event hook*/
	#colorbox.dwb #cboxContent {top:40px;}
/*        #cboxLoadedContent{margin:0px;}*/
        #cboxClose{display:none; position:absolute; top:-12px; right:-16px; background:url('/images/colorbox/close-button.png') 0px 0px no-repeat; width:43px; height:44px; text-indent:-9999px;}
		/*NO CLOSE BTN FOR DWB -- add dwb class to #colorbox in function bound to onOpen event hook*/
		#colorbox.dwb #cboxClose {width:0px; height:0px; display:none;}
        #cboxClose.hover{}

/* =============== */
/* = SUPPLEMENTS = */
/* =============== */
.cbox-wrapper {
	position:relative;
	padding: 20px;
	background-color: #000000;
	background-color: rgba(000, 000, 000, 0.6);  /* FF3+, Saf3+, Opera 10.10+, Chrome */
	-moz-border-radius: 10px; /* FF1+ */
	-webkit-border-radius: 10px; /* Saf3+, Chrome */
	border-radius: 10px; /* Opera 10.5, IE 9 */
	behavior: url('/_css/PIE.php');
	}
