.MultiBoxContainer {
	position: absolute;
	border: 1px solid #555;
	background-color: #FFF;
	display: none;
	z-index: 2;
	text-align: left;
	/*overflow: hidden;*/
}

.MultiBoxLoading {
	background: url(images/loader.gif) no-repeat center;
}

.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.MultiBoxClose {
	position: absolute;
	top: -10px;
	right: -10px;
	background: url(images/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: #FFFFFF;
}


.MultiBoxPrevious {
	position: absolute;
	background: url(images/left.gif) no-repeat;
	width: 24px;
	height: 24px;
	left: 10px;
	margin-top: 2px;
	cursor: pointer;
}

.MultiBoxNext {
	position: absolute;
	background: url(images/right.gif) no-repeat;
	width: 24px;
	height: 24px;
	right: 10px;
	margin-top: 2px;
	cursor: pointer;
}

.MultiBoxNextDisabled {
	cursor: default;
	background: url(images/rightDisabled.gif) no-repeat;
}

.MultiBoxPreviousDisabled {
	cursor: default;
	background: url(images/leftDisabled.gif) no-repeat;
}

.MultiBoxTitle {
	position: relative;
	margin: 7px 3px 7px 35px;
	float: left;
	font: 10.5px Verdana;	
	text-align: left;
}

.MultiBoxNumber {
	position: relative;
	width: 50px;
	margin: 8px 35px 0 0;
	float: right;
	font: 10.5px Verdana;	
	color: #000;
	text-align: right;
}

.MultiBoxDescription {
	clear: left;
	position: relative;
	margin: 0 45px 0 45px;
	padding-top: 5px;
	font: 10.5px Verdana;	
	color: #000;
	text-align: left;
}
