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

	MultiBox
	v1.3

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

.MultiBoxContainer {
	position: absolute;
	border: 0px solid #000;
	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;
}

.MultiBoxHeader {
	overflow: hidden;
	height: 39px;
	position: relative;
	background-color: #b5a8a2;
}

.MultiBoxClose {
	position: absolute;
	top: 11px;
	right: 19px;
	background: url(images/close.gif) no-repeat;
	width: 18px;
	height: 17px;
	cursor: pointer;
}
.MultiBoxClose.hover {
	background-image: url(images/closeHover.gif);
}


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

.MultiBoxControls {
	width: 100%;
	height: auto;
	height: 39px;
	position: relative;
	background-color: #b5a8a2;
}


.MultiBoxPrevious {
	position: absolute;
	background: url(images/left.gif) no-repeat;
	width: 22px;
	height: 26px;
	left: 18px;
	margin-top: 7px;
	cursor: pointer;
}
.MultiBoxPrevious.hover {
	background-image: url(images/leftHover.gif);
}

.MultiBoxNext {
	position: absolute;
	background: url(images/right.gif) no-repeat;
	width: 22px;
	height: 26px;
	right: 18px;
	margin-top: 7px;
	cursor: pointer;
}
.MultiBoxNext.hover {
	background-image: url(images/rightHover.gif);
}

.MultiBoxNextDisabled {
	cursor: default;
	background: url(images/rightDisabled.gif) no-repeat !important;
}

.MultiBoxPreviousDisabled {
	cursor: default;
	background: url(images/leftDisabled.gif) no-repeat !important;
}

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

.MultiBoxNumber {
	position: absolute;
	left: 350px;
	top: 12px;
	width: 50px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFF;
	text-align: center;
}

.MultiBoxDescription {
	display: none;
	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;
}



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

