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

	MultiBox
	v1.3

**************************************************************/
.MultiBoxContainer {
	position: absolute;
	min-width:615px;
	border: 2px solid #FFF;
	background-color: #FFF;
	display: none;
	z-index: 21;
	text-align: left;
	/*overflow: hidden;*/
	
}

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

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

.MultiBoxClose {
	position: absolute;
	top: -18px;
	right: -20px;
	background: url(../images/close.png) no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}

.MultiBoxPlay {
	position: absolute;
	top: 190px;
	right: 270px;
	/*margin-left:350px;*/
	background: url(../images/play1.png) no-repeat;
	width: 50px;
	height: 50px;
	/*xmargin-top: 100px;*/
	cursor: pointer;
	/*xborder:solid 1px #000000;*/
}


.MultiBoxControlsContainer {
	overflow: hidden;
	margin-top: -14px;
	height: 10px;
	/*position: absolute;*/
}


.MultiBoxControls {
	width:420px;
	height:30px;
	margin-left:190px;
	background-color:#404040;
}


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

.MultiBoxPause {
	float:left;
	position: absolute;
	margin-left:553px;
	background: url(../images/pause2.png) no-repeat;
	width: 24px;
	height: 24px;
	left: 0px;
	margin-top: 2px;
	cursor: pointer;
}

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

.MultiBoxNextDisabled {
	cursor: default;
	/*background: url(../images/rightDisabled.png) no-repeat;*/
	background: url(../images/apres.jpg) no-repeat;
	margin-right:10px;
}

.MultiBoxPreviousDisabled {
	cursor: default;
	/*background: url(../images/leftDisabled.png) no-repeat;*/
	background: url(../images/avant.jpg) no-repeat;
	margin-left:525px;
}

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

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

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

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

