.MultiBoxContainer {
background-color:#FFFFFF;
border:20px solid #181612;
display:none;
position:absolute;
text-align:left;
z-index:2;
}
.MultiBoxLoading {
background:transparent url(images/loader.gif) no-repeat scroll center center;
}
.MultiBoxContent {
height:100%;
overflow:hidden;
position:relative;
width:100%;
}

.MultiBoxClose {
background:transparent url(images/close.png) no-repeat scroll 0 0;
cursor:pointer;
height:24px;
position:absolute;
right:-26px;
top:-26px;
width:24px;
}
.MultiBoxControlsContainer {
height:0;
overflow:hidden;
position:relative;
}
.MultiBoxControls {
background-color:#000000;
height:auto;
position:relative;
width:100%;
}
.MultiBoxPrevious {
background:transparent url(images/left.png) no-repeat scroll 0 0;
cursor:pointer;
height:24px;
left:0;
margin-top:5px;
position:absolute;
width:24px;
}
.MultiBoxNext {
background:transparent url(images/right.png) no-repeat scroll 0 0;
cursor:pointer;
height:24px;
margin-top:5px;
position:absolute;
right:0;
width:24px;
}
.MultiBoxNextDisabled {
background:transparent url(images/rightDisabled.png) no-repeat scroll 0 0;
cursor:default;
}
.MultiBoxPreviousDisabled {
background:transparent url(images/leftDisabled.png) no-repeat scroll 0 0;
cursor:default;
}
.MultiBoxTitle {
color:#FFFFFF;
float:left;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
font-weight:bold;
margin:10px 0 0 35px;
position:relative;
text-align:left;
}
.MultiBoxNumber {
color:#FFFFFF;
float:right;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
margin:10px 35px 0 0;
position:relative;
text-align:right;
width:50px;
}
.MultiBoxDescription {
clear:left;
color:#FFFFFF;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
margin:0 35px;
padding-top:5px;
position:relative;
text-align:left;
}
