
.MultiBoxLoading[class]
{
	background: url(../../Images/load2.gif) no-repeat center;	
}

.MultiBoxContainer[class]
{
	position: absolute;
	background: url(../../Images/Bulle.png) no-repeat !important;
	width: 321px;
	height: 180px;
	display: none;
	z-index: 2;
}

.MultiBoxContent
{
	position: relative;
	margin-top: 5%;
	margin-left: 5%;
	width: 90%;
	height: 160px;
	overflow: hidden;
}

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


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

.MultiBoxControls[class]
{
	width: 321px;
	height: 41px;
	position: relative;
	background: url(../../Images/Pied.png) no-repeat !important;
	z-index: 1;
}

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

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

.MultiBoxNextDisabled 
{
	cursor: default;
	background: url(../../Images/RightDisabled.png) no-repeat;
	z-index: 4;
}

.MultiBoxPreviousDisabled 
{
	cursor: default;
	background: url(../../Images/LeftDisabled.png) no-repeat;
	z-index: 4;
}

.MultiBoxTitle
{
	position: relative;
	margin: 10px 0 0 45px;
	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 45px 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: 0 45px 0 45px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: left;
}
