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