/* mediaboxAdvanced - White theme */

#mbOverlay {position: absolute;z-index: 9998;left: 0;width: 100%;background-color:#2C2604;cursor: pointer;}

#mbOverlay.mbOverlayFF {background: transparent url(/includes/images/mediaBoxImg/80.png) repeat;}
#mbOverlay.mbOverlayIE {background: transparent url(/includes/images/mediaBoxImg/50.gif) repeat;}

#mbCenter, #mbBottomContainer {position: absolute;z-index: 9999;left: 50%;overflow: hidden;background-color: #fff;}

.mbLoading {background: #fff url(/includes/images/mediaBoxImg/WhiteLoading.gif) no-repeat center;}

#mbImage {position: absolute;left: 0;top: 0;border: 10px solid #fff;background-repeat: no-repeat;/*Sets the style for inline content, if no style is given*/
font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;line-height: 19px;font-size: 12px;color: #000;text-align: left;
background-color:#2E2803; }
#mbImage h3 {color:#fff;}
#mbImage p {color:#fff;}
#mbImage ul li {color:#fff;}
#mbImage ul li a {color:#fff;}
/*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 {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #FFFFFF;
    border-right: 10px solid #FFFFFF;
    border-style: none solid solid;
    border-width: 10px;
    color: #999999;
    font-family: Myriad,Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 19px;
    position: relative;
    text-align: left;
    top: 10px;
}
#mbTitle {display: inline;color: #000;font-weight: bold;line-height: 20px;font-size: 12px;}
#mbNumber {display: inline;color: #999;line-height: 14px;font-size: 10px;}
#mbCaption {display: block;color: #999;line-height: 14px;font-size: 10px;}

#mbPrevLink, #mbNextLink, #mbCloseLink {display: block;float: right;height: 20px;width: 46px;background: transparent url(/includes/images/mediaBoxImg/WhiteClose.gif) no-repeat center;margin: 0 0 0 5px;outline: none;}
#mbPrevLink {width: 53px; background: transparent url(/includes/images/mediaBoxImg/WhitePrevious.gif) no-repeat center;}
#mbNextLink {width: 54px; background: transparent url(/includes/images/mediaBoxImg/WhiteNext.gif) no-repeat center;}
#mbCloseLink {width: 65px; background: transparent url(/includes/images/mediaBoxImg/WhiteClose.gif) no-repeat center;}
#mbError {position: relative;top: 30%;font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;line-height: 19px;font-size: 12px;color: #000;text-align: center;border: 10px solid #700;padding: 20px 10px 30px;margin: auto;}
