/* mediaboxAdvanced - black theme */

#mbOverlay {width: 100%;position: absolute;z-index: 9998;left: 0;background-color: #000;cursor: pointer;}
#mbOverlay.mbOverlayFF {background: transparent url(../imgs/80.png) repeat;}
#mbOverlay.mbOverlayIE {background: transparent url(../imgs/50.gif) repeat;}
#mbCenter, #mbBottomContainer {position: absolute;z-index: 9999;left: 50%;overflow: hidden;background-color: #fff;}
.mbLoading {background: #fff url(../imgs/BlackLoading.gif) no-repeat center;}

/*	Sets the style for inline content, if no style is given	*/
#mbImage {position: absolute;left: 0;top: 0;border: 1px solid #000;background-repeat: no-repeat;color: #000;}

/*	Sets the style for inline content, if no style is given	*/
#mbImage a, #mbImage a:link, #mbImage a:visited {color: #ddd;}

/*	Sets the style for inline content, if no style is given	*/
#mbImage a:hover, #mbImage a:active {color: #000;}
#mbBottom {color: #999;text-align: left;border:none;border-top-style: none;}
#mbTitle {display: inline;color: #000;}
#mbNumber {display: inline;color: #999;}
#mbCaption {display: block;color: #999;}

#mbPrevLink, #mbNextLink, #mbCloseLink {display: block;float: right;height: 20px;width: 46px;background: transparent url(../imgs/BlackClose.gif) no-repeat center;margin: 0;outline: none;}

#mbPrevLink {width: 69px;background: transparent url(../imgs/BlackPrevious.gif) no-repeat center;}
#mbNextLink {width: 41px;background: transparent url(../imgs/BlackNext.gif) no-repeat center;}

#mbCloseLink {width: 46px;background: transparent url(../imgs/BlackClose.gif) no-repeat center;}
#mbError {position: relative;top: 30%;color: #000;text-align: center;border: 1px solid #700;padding: 1em 2em;margin: auto;}
