.MultiBoxContainer {
background-color:#FFFFFF;
border:10px solid #E3E3E3;
display:none;
position:absolute;
z-index:100;
padding: 10px;
}
.MultiBoxLoading {
background:transparent url(../img/multibox/loader.gif) no-repeat scroll center;
}
.MultiBoxContent {
height:100%;
overflow:hidden;
position:relative;
width:100%;
text-align: center;
}
.MultiBoxClose {
background:transparent url(../img/multibox/close.png) no-repeat scroll 0% 50%;
cursor:pointer;
height:30px;
right: -25px;
/*left:-19pt;*/
position:absolute;
top:-25px;
width:30px;
}
* html .MultiBoxClose {
  background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='templates/html/master/img/multibox/close.png');
}
.MultiBoxControlsContainer {
height:0px;
overflow:hidden;
position:relative;
}
.MultiBoxControls {
background-color:#fff;
height:auto;
position:relative;
width:100%;
}
.MultiBoxPrevious {
background:transparent url(../img/multibox/left.png) no-repeat scroll 0%;
cursor:pointer;
height:24px;
left:0px;
margin-top:5px;
position:absolute;
width:24px;
}
.MultiBoxNext {
background:transparent url(../img/multibox/right.png) no-repeat scroll 0%;
cursor:pointer;
height:24px;
margin-top:5px;
position:absolute;
right:0px;
width:24px;
}
.MultiBoxNextDisabled {
background:transparent url(../img/multibox/rightDisabled.png) no-repeat scroll 0%;
cursor:default;
}
.MultiBoxPreviousDisabled {
background:transparent url(../img/multibox/leftDisabled.png) no-repeat scroll 0%;
cursor:default;
}
.MultiBoxTitle {
color:#000;
float:left;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
font-weight:bold;
margin:10px 0pt 0pt 35px;
position:relative;
text-align:left;
}
.MultiBoxNumber {
color:#000;
float:right;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
margin:10px 35px 0pt 0pt;
position:relative;
text-align:right;
width:50px;
z-index: 30;
font-size: 9px;
}
.MultiBoxDescription {
clear:left;
color:#000;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
margin:0pt 35px;
padding-top:5px;
position:relative;
text-align:left;
background:#fff;
}

