/**************************************************************

	MultiBox
	v1.0

**************************************************************/

.MultiBoxContainer {
position: absolute;
margin-top:0px;
border: 5px solid #eee;
background-color: #eee;
display: none;
z-index: 2;
}
.MultiBoxLoading {
background: url(../img/loading.gif) no-repeat center;
}
.MultiBoxContent {
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
}
.MultiBoxClose {
position: absolute;
top: 0px;
right: 0px;
background: url(../img/close.png) no-repeat;
behavior: url(iepngfix.htc);  									/*przezroczystosc PNG dla IE 6!!!!*/
width: 24px;
height: 24px;
cursor: pointer;
}
.MultiBoxControlsContainer {
overflow: hidden;
height: 0px;
position: relative;
}
.MultiBoxControls {
width: 100%;
height: auto;
position: relative;
background-color: #eee;
}
.MultiBoxPrevious {
position: absolute;
background: url(../img/left.png) no-repeat;
behavior: url(iepngfix.htc);  									/*przezroczystosc PNG dla IE 6!!!!*/
width: 24px;
height: 24px;
left: 0px;
margin-top: 5px;
cursor: pointer;
}
.MultiBoxNext {
position: absolute;
background: url(../img/right.png) no-repeat;
behavior: url(iepngfix.htc);  									/*przezroczystosc PNG dla IE 6!!!!*/
width: 24px;
height: 24px;
right: 0px;
margin-top: 5px;
cursor: pointer;
}
.MultiBoxNextDisabled {
cursor: default;
background: url(../img/rightDisabled.png) no-repeat;
behavior: url(iepngfix.htc);  									/*przezroczystosc PNG dla IE 6!!!!*/
}
.MultiBoxPreviousDisabled {
cursor: default;
background: url(../img/leftDisabled.png) no-repeat;
behavior: url(iepngfix.htc);  									/*przezroczystosc PNG dla IE 6!!!!*/
}
.MultiBoxTitle {
position: relative;
margin: 10px 0 0 35px;
float: left;
font-size: 11px;
color: #000;
font-weight: bold;
text-align: left;
}
.MultiBoxNumber {
position: relative;
width: 50px;
margin: 10px 35px 0 0;
float: right;
font-size: 11px;
color: #333;
text-align: right;
}
.MultiBoxDescription {
clear: left;
position: relative;
margin: 0 35px 0 35px;
padding-top: 5px;
padding-bottom:0px;
font-size: 11px;
color: #333;
text-align: left;
}



/*************************************************************/

