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

	MultiBox
	v1.3

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

.MultiBoxContainer {
	position: absolute;
	border: 0px solid #fff;
	background: 000; 
	display: none;
	z-index: 13;
	text-align: left;
	overflow: hidden;
}

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

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

.MultiBoxClose {
	position: absolute;
	top: 12px;
	right: 10px;
	background: url(../images/closeBlank.gif) no-repeat;
	width: 65px;
	height: 30px;
	cursor: pointer;
	z-index: 12;
	
}


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

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


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

.MultiBoxNext {
	position: absolute;
	background: url(../images/right.png) no-repeat;
	width: 75px;
	height: 26px;
	left: 90px;
	margin-top: 0px;
	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 170px;
	float: left;
	font-family: tahoma;
	font-size: 12px;
	color: #333;
	font-weight: bold;
	text-align: left;
}



.MultiBoxDescription {
	clear: left;
	position: relative;
	margin: 0 35px 0 170px;
	padding-top: 5px;
	font-family: tahoma;
	font-size: 12px;
	color: #333;
	text-align: left;
}



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

