

		
		
/*----MultiBox----*/
  .MultiBoxContainer  {
position : absolute;
border : 20px solid #000;
background-color : #fff;
display : none;
z-index : 700;
text-align : left;
}
.MultiBoxLoading {
background : url(typo3conf/ext/ju_multibox/res/css/images/loader.gif) no-repeat center;
}
.MultiBoxContent {
position : relative;
width : 100%;
height : 100%;
overflow : hidden;
}
.MultiBoxClose {
position : absolute;
top : -26px;
right : -26px;
background : url(typo3conf/ext/ju_multibox/res/css/images/images/close.png) no-repeat;
width : 24px;
height : 24px;
cursor : pointer;
z-index : 999;
}
.MultiBoxControlsContainer {
overflow : hidden;
height : 0;
position : relative;
}
.MultiBoxControls {
width : 100%;
height : auto;
position : relative;
background-color : #000;
}
.MultiBoxPrevious {
position : absolute;
background : url(typo3conf/ext/ju_multibox/res/css/images/images/left.png) no-repeat 0% 0%;
width : 24px;
height : 24px;
left : 0;
margin-top : 5px;
cursor : pointer;
}
.MultiBoxNext {
position : absolute;
background : url(typo3conf/ext/ju_multibox/res/css/images/images/right.png) no-repeat 0% 0%;
width : 24px;
height : 24px;
right : 0;
margin-top : 5px;
cursor : pointer;
}
.MultiBoxNextDisabled {
cursor : default;
background : url(typo3conf/ext/ju_multibox/res/css/images/images/rightDisabled.png) no-repeat;
}
.MultiBoxPreviousDisabled {
cursor : default;
background : url(typo3conf/ext/ju_multibox/res/css/images/images/leftDisabled.png) no-repeat;
}
.MultiBoxTitle {
position : relative;
margin : 10px 0 0 35px;
float : left;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
color : #fff;
font-weight : bold;
text-align : left;
}
.MultiBoxNumber {
position : relative;
width : 100px;
margin : 10px 35px 10px 0;
float : right;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
color : #fff;
text-align : right;
}
.MultiBoxDescription {
clear : left;
position : relative;
margin : 0 35px 0 35px;
padding-top : 5px;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
color : #fff;
text-align : left;
} 		