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



	MultiBox

	v1.3



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



.MultiBoxContainer {

	position: absolute;

	border: 10px solid #000;

	background-color: #333333;

	display: none;

	z-index: 2;

	text-align: left;

}



.MultiBoxLoading {

	background-image: url(../Images/loader.gif);

	background-repeat: no-repeat;

	background-position: center;

	background-color: #333333;

}



.MultiBoxContent {

	position: relative;

	width: 100%;

	height: 100%;

	overflow: hidden;

	background-color: #333333;

}



.MultiBoxClose {

	position: absolute;

	top: -22px;

	right: -22px;

	width: 24px;

	height: 24px;

	cursor: pointer;

	background-image: url(../Images/close.png);

	background-repeat: no-repeat;

}





.MultiBoxControlsContainer {

	overflow: hidden;

	height: 0px;

	position: relative;

}



.MultiBoxControls {

	width: 100%;

	height: auto;

	position: relative;

	background-color: #000000;

}





.MultiBoxPrevious {

	position: absolute;

	width: 26px;

	height: 26px;

	left: 0px;

	margin-top: 10px;

	cursor: pointer;

	background-image: url(../Images/left.png);

	background-repeat: no-repeat;

}



.MultiBoxNext {

	position: absolute;

	width: 26px;

	height: 26px;

	right: 0px;

	margin-top: 10px;

	cursor: pointer;

	background-image: url(../Images/right.png);

	background-repeat: no-repeat;

}



.MultiBoxNextDisabled {

	cursor: default;

	background-image: url(../Images/rightDisabled.png);

	background-repeat: no-repeat;

}



.MultiBoxPreviousDisabled {

	cursor: default;

	background-image: url(../Images/leftDisabled.png);

	background-repeat: no-repeat;

}



.MultiBoxTitle {

	position: relative;

	float: left;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #FFF;

	font-weight: bold;

	text-align: left;

	margin-top: 15px;

	margin-right: 0;

	margin-bottom: 5px;

	margin-left: 35px;

}



.MultiBoxNumber {

	position: relative;

	width: 70px;

	float: right;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #FFF;

	font-weight: bold;

	text-align: right;

	margin-top: 15px;

	margin-right: 35px;

	margin-bottom: 5;

	margin-left: 0;

}



.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;

}







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

