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

	MultiBox
	v1.3

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

.MultiBoxContainer {
	background: #fffff4;
	border: none;
	display: none;
	margin: 0;
	/*overflow: hidden;*/
	padding: 0;
	text-align: left;
	z-index: 100;
	position: absolute;
}

.MultiBoxLoading {
	/* background: url(../images/loader_2.gif) no-repeat center; */
	background: #fffff4;
}

.MultiBoxContent {
	/* background: url(/excellence/images/functional/WWUlogo_bg.png) center no-repeat; */
	background: #fffff4;
	padding: 0px;
	margin: 0px;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.MultiBoxClose {
	position: absolute;
	top: -30px;
	right: 0px;
	background: url(../images/close.png) no-repeat;
	width: 25px;
	height: 25px; 
	cursor: pointer;
	display: none;
}

.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	position: relative;
}

.MultiBoxControls {
	width: 100%;
	height: 33px;
	position: relative;
	background-color: #FFF;
}

.MultiBoxPrevious {
	position: absolute;
	/*background: url(images/left.png) no-repeat;*/
	width: 24px;
	height: 24px;
	left: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNext {
	position: absolute;
	/*background: url(images/right.png) no-repeat;*/
	width: 24px;
	height: 24px;
	right: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNextDisabled {
	cursor: default;
	/*background: url(images/rightDisabled.png) no-repeat;*/
}

.MultiBoxPreviousDisabled {
	cursor: default;
	/*background: url(images/leftDisabled.png) no-repeat;*/
}

.MultiBoxTitle {
	position: relative;
	margin: 10px 0 0 35px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	font-weight: bold;
	text-align: left;
}

.MultiBoxNumber {
	position: relative;
	width: 50px;
	margin: 10px 35px 0 0;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: right;
}

.MultiBoxDescription {
	clear: left;
	position: relative;
	margin: 0 35px 0 35px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: left;
}



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

