
/**************************************************************

	MultiBox
	v1.3

**************************************************************/

.MultiBoxContainer {
	position: absolute;
	border: 5px solid #fff;
	background-color: #FFF;
	display: none;
	z-index: 2;
	text-align: left;
	/*overflow: hidden;*/
}

.MultiBoxLoading {
	background: url(/img/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/closelabel.gif) no-repeat;
	width: 63px;
	height: 18px;
	cursor: pointer;
}


.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	position: relative;
}

.MultiBoxControls {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #fff;
	margin-top:12px;
}


.MultiBoxPrevious {
	position: absolute;
	background: url(/img/prevlabelm.gif) no-repeat;
	width: 63px;
	height: 24px;
	left: 40%;
	margin-top: -1px;
	cursor: pointer;
}

.MultiBoxNext {
	position: absolute;
	background: url(/img/nextlabelm.gif) no-repeat;
	width: 63px;
	height: 24px;
	right: 40%;
	margin-top: -1px;
	cursor: pointer;
}

.MultiBoxNextDisabled {
	cursor: default;
	background: none;
}

.MultiBoxPreviousDisabled {
	cursor: default;
	background: none;
}

.MultiBoxTitle {
color:#000000;
float:left;
font-family:Times New Roman,serif;
font-size:12px;
font-weight:normal;
margin-top:20px;
position:relative;
text-align:center;
width:100%;
}

.MultiBoxNumber {
	color:#000000;
float:right;
font-family:Times New Roman,serif;
font-size:12px;
margin-left: 2px;
position:absolute;
top:0px;
left:0px;
text-align:right;
width:auto;
}

.MultiBoxDescription {
	clear:left;
color:#000000;
font-family:Times New Roman,serif;
font-size:12px;
margin:0 35px;
padding-top:5px;
position:relative;
text-align:center;
width:100%;
display:none;
}



/*************************************************************/


