#mbOverlay { position:absolute; z-index:9998; left:0; width:100%; background-color:#000; cursor:pointer; }
#mbOverlay.mbOverlayFF { background:transparent url(../img/mediabox/80.png) repeat; }
#mbOverlay.mbOverlayIE { background:transparent url(../img/mediabox/50.gif) repeat; }
#mbCenter, #mbBottomContainer { position:absolute; z-index:9999; left:50%; overflow:hidden; background-color:#000; }
.mbLoading { background:#000 url(../img/mediabox/BlackLoading.gif) no-repeat center; }
#mbImage { position:absolute; left:0; top:0; border:10px solid #000; background-repeat:no-repeat;	font-family:Georgia, Times New Roman, Helvetica; line-height:19px; font-size:12px; color:#fff; text-align:left; }
#mbImage a, #mbImage a:link, #mbImage a:visited { color:#ddd; }
#mbImage a:hover, #mbImage a:active { color:#fff; }
#mbBottom { font-family:Georgia, Times New Roman, Helvetica; line-height:19px; font-size:12px; color:#999; text-align:left; border:10px solid #000; border-top-style:none; }
#mbTitle { display:inline; color:#C8B99B; font-weight:bold; line-height:20px; font-size:12px; }
#mbNumber { display:inline; color:#999; line-height:14px; font-size:10px; }
#mbCaption { display:block; color:#10474b; line-height:14px; font-size:11px; }
#mbPrevLink, #mbNextLink, #mbCloseLink { display:block; float:right; height:20px; width:20px; background-image:url(../img/mediabox/buttons.gif); background-repeat:no-repeat; margin:10px 5px 0px 5px; outline:none; }
#mbPrevLink { background-position:0px 0px; }
#mbNextLink { background-position:-20px 0px; }
#mbCloseLink { background-position:-40px 0px; }
#mbPrevLink:hover { background-position:0px -20px; }
#mbNextLink:hover { background-position:-20px -20px; }
#mbCloseLink:hover { background-position:-40px -20px; }
#mbError { position:relative; top:30%; font-family:Georgia, Times New Roman, Helvetica; line-height:19px; font-size:12px; color:#fff; text-align:center; border:10px solid #700; padding:20px 10px 30px; margin:auto; }