/* The following rules are the styles that are consistant between themes. Avoid changing to maintain compatability with future versions. */
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:999 !important; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{visibility:hidden;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

#cboxOverlay{background:#000;}

#colorbox{ /*top:201px !important;*/}
    #cboxTopLeft{width:19px; height:19px; background:url(../images/colorbox/corners-borders.png) no-repeat left top;}
    #cboxTopCenter{height:19px; background:url(../images/colorbox/corners-borders.png) repeat-x left -38px;}
    #cboxTopRight{ width:19px; height:19px;}
    #cboxBottomLeft{width:19px; height:19px; background:url(../images/colorbox/corners-borders.png) no-repeat left -19px;}
    #cboxBottomCenter{height:19px; background:url(../images/colorbox/corners-borders.png) repeat-x left bottom;}
    #cboxBottomRight{width:19px; height:19px; background:url(../images/colorbox/corners-borders.png) no-repeat right -19px;}
    #cboxMiddleLeft{width:19px; background:url(../images/colorbox/left-right-border.png) repeat-y left top;}
    #cboxMiddleRight{width:19px; background:url(../images/colorbox/left-right-border.png) repeat-y right top;}
    #cboxContent{background:#010101;}
        #cboxLoadedContent{margin-bottom:0px;}
        #cboxLoadingOverlay{background:url(../images/colorbox/loading_background.png) center center no-repeat;}
        #cboxLoadingGraphic {background:url(../images/colorbox/loading.gif) center center no-repeat;}
		
        #cboxClose{
			display:block;
			position:absolute;
			width:45px;
			height:45px;
			top:-19px;
			right:-21px;
			background:url(../images/colorbox/close.png) no-repeat right top;
			text-indent:-9999px;
			z-index:9999;
		}

#cboxClose.hover{background-position:left -45px;}

.hidden{display:none;}

