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

	MultiBox
	v1.3

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

.MultiBoxContainer {
	position: absolute;
	border: 0px solid #E8E9EB;
	background-color: #FFF;
	display: none;
	z-index: 175;
	text-align: left;
	/*overflow: hidden;*/
}

.MultiBoxLoading {
	background: url(/Images/Design/loader.gif) no-repeat center;
}

.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.MultiBoxClose {
	position: absolute;
	top: -10px;
	right: -30px;
	background: url(/Images/Design/close.png) no-repeat;
	width: 73px;
	height: 34px;
	cursor: pointer;
	z-index: 175;
}

.instructions {
margin-left:175px;
margin-top:0px;
margin-bottom:25px;
}
.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	position: relative;
	padding:0px 10px 0px 10px;
	background-color: #000000;
	
}

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


.MultiBoxPrevious {
	position: absolute;
	background: url(/Images/Design/left.png) no-repeat;
	width: 27px;
	height: 24px;
	left: 3px;
	margin-top: 10px;
	cursor: pointer;
	z-index: 175;
}

.MultiBoxNext {
	position: absolute;
	background: url(/Images/Design/right.png) no-repeat;
	width: 27px;
	height: 24px;
	right: 3px;
	margin-top: 10px;
	cursor: pointer;
	z-index: 175;
}

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

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

.MultiBoxTitle {
	position: relative;
	margin: 0px 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: relative;
	width: 50px;
	margin: 15px 35px 0 0;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: right;
}

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



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

