.MultiBoxContainer { position:absolute; background:#000; border:15px solid #000; display:none; z-index:103; text-align:left; }
.MultiBoxLoading { background:url(../../images/multibox/loader.gif) center no-repeat; }
.MultiBoxContent { position:relative; width:100%; height:100%; }
.MultiBoxClose { width:24px; height:24px; position:absolute; top:-24px; right:-24px; background:url(../../images/multibox/close.png) no-repeat; cursor:pointer; }
.MultiBoxControlsContainer { overflow:hidden; height:0; position:relative; }
.MultiBoxControls { width:100%; position:relative; background:#000; font-family:Verdana,Arial,Helvetica,sans-serif; color:#fff; }
.MultiBoxDownload a, .MultiBoxDownload a:link, .MultiBoxDownload a:visited, .MultiBoxDownload a:hover, .MultiBoxDownload a:active { font-size:9px; color:#ccc; margin:5px 0 0 35px; display:block; text-decoration:none; text-transform:uppercase; text-align:right; outline:none; }
.MultiBoxDownload a:hover { color:#fff; }
.MultiBoxPrevious { background:url(../../images/multibox/left.png) no-repeat; position:absolute; width:24px; height:24px; left:0; margin:5px 0 0 0; cursor:pointer; }
.MultiBoxNext { background:url(../../images/multibox/right.png) no-repeat; position:absolute; width:24px; height:24px; right:0; margin:5px 0 0 0; cursor:pointer; }
.MultiBoxNextDisabled { background:url(../../images/multibox/rightDisabled.png) no-repeat; cursor:default; }
.MultiBoxPreviousDisabled {	background:url(../../images/multibox/leftDisabled.png) no-repeat; cursor:default; }
.MultiBoxTitle { position:relative; margin:10px 0 0 35px; float:left; font-size:11px; font-weight:bold; text-align:left; display:inline; }
.MultiBoxNumber { width:90px; margin:10px 35px 0 0; float:right; font-size:11px; text-align:right; display:inline; position:relative; }
.MultiBoxDescription { margin:0 35px 0 35px; padding:5px 0 0 0; clear:left; position:relative; font-size:11px; text-align:left; }
.OverlayIcon { width:17px; height:17px; background:transparent url(../images/multibox/MagIcon.png) no-repeat; position:absolute; right:-5px; top:-5px; }
.mbTips { background:#fff; font-size:10px; color:#000; border:1px solid #3FB6E2; padding:2px; }
.mbTips .tip-text {	display:none; }
.multiBoxDesc { clear:both; }