/**********************************
Description...:MultiBox v1.2 THEME
Last Changed..:07-01-2010
Notes #1......:
**********************************/
.MultiBoxContainer {
position:absolute;
border:15px solid #7292a7;
background-color:#fff;
display:none;
z-index:2;
}
.MultiBoxLoading {background:url(../img/multibox/loader.gif) no-repeat center;}
.MultiBoxContent {
position:relative;
width:100%;height:100%;
overflow:hidden;
}
.MultiBoxClose {
position:absolute;
top:-26px;right:-26px;
background:url(../img/multibox/close.png) no-repeat;
width:24px;height:24px;
cursor:pointer;
}
.MultiBoxControlsContainer {
overflow:hidden;
height:0;
position:relative;
}
.MultiBoxControls {
width:100%;height:auto;
position:relative;
background-color:#7292a7;
}
.MultiBoxPrevious {
position:absolute;
background:url(../img/multibox/left.png) no-repeat;
width:24px;height:24px;
left:0;
margin-top:5px;
cursor:pointer;
}
.MultiBoxNext {
position:absolute;
background:url(../img/multibox/right.png) no-repeat;
width:24px;height:24px;
right:0;
margin-top:5px;
cursor:pointer;
}
.MultiBoxNextDisabled {
cursor:default;
background:url(../img/multibox/rightDisabled.png) no-repeat;
}
.MultiBoxPreviousDisabled {
cursor:default;
background:url(../img/multibox/leftDisabled.png) no-repeat;
}
.MultiBoxTitle {
position:relative;
margin:10px 0 0 35px;
float:left;
font-size:0.7em;
color:#fff;
font-weight:bold;
text-align:left;
}
.MultiBoxNumber {
position:relative;
width:50px;
margin:10px 35px 8px 0;
float:right;
font-size:0.7em;
color:#fff;
text-align:right;
}
.MultiBoxDescription {
clear:left;
position:relative;
margin:0 35px 0 35px;
font-size:0.7em;
color:#fff;
text-align:left;
}
