

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



	MultiBox

	v1.3



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



.MultiBoxContainer {

	position: absolute;

	border: 15px solid #f3f3f3;

	background-color: #f3f3f3;

	display: none;

	z-index: 2;

	text-align: left;

	/*overflow: hidden;*/

}



.MultiBoxLoading {

	background: url(/img/mbimg/loader.gif) no-repeat center;

}



.MultiBoxContent {

	position: relative;

	width: 100%;

	height: 100%;

	overflow: hidden;

}



.MultiBoxClose {

	position: absolute;

	z-index:10;

	top:-4px;

	right:0px;

	background: url(/img/mbimg/closelabel.gif) no-repeat;

	width: 63px;

	height: 18px;

	cursor: pointer;

}





.MultiBoxControlsContainer {

	overflow: hidden;

	height: 0px;

	position: relative;

	background-color: #f3f3f3;

}



.MultiBoxControls {

	width: 100%;

	height: auto;

	position: relative;

	background-color: #f3f3f3;

	margin-top:12px;

}





.MultiBoxPrevious {

	position: absolute;

	background: url(/img/mbimg/prevlabelm.gif) no-repeat;

	width: 63px;

	height: 24px;

	left: 34%;

	margin-top: -1px;

	cursor: pointer;

}



.MultiBoxNext {

	position: absolute;

	background: url(/img/mbimg/nextlabelm.gif) no-repeat;

	width: 63px;

	height: 24px;

	right: 34%;

	margin-top: -1px;

	cursor: pointer;

}



.MultiBoxNextDisabled {

	cursor: default;

	background: none;

}



.MultiBoxPreviousDisabled {

	cursor: default;

	background: none;

}



.MultiBoxTitle {

color:#000000;

float:left;

font-family:Arial, Helvetica, sans-serif;

font-size:11px;

font-weight:normal;

margin-top:20px;

position:relative;

text-align:center;

width:100%;

font-style: italic;

}



.MultiBoxNumber {

	color:#000000;

float:right;

font-family:Arial, Helvetica, sans-serif;

font-size:12px;

margin-left: 2px;

position:absolute;

top:3px;

left:0px;

text-align:right;

width:auto;

}



.MultiBoxDescription {

	clear:left;

color:#000000;

font-family:Arial, Helvetica, sans-serif;

font-size:12px;

margin:0 35px;

padding-top:5px;

position:relative;

text-align:center;

width:100%;

display:none;

}







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



