.LightBoxContainer {
	position: absolute;
	border: 0px solid #000;
	background: url(//espace-maroc.com/images/commun/cadre_newsletter.png) 0 0 no-repeat;
	display: none;
	z-index: 100;
        width: 574px;
}

.LightBoxLoading {
	background: url(//espace-maroc.com/images/lightbox-1.3/loader.gif) no-repeat center;
}

.LightBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.LightBoxClose {
        background: none;
        cursor: pointer;
        height: 21px;
        position: absolute;
        right: 28px;
        top: 0;
        width: 72px;
        z-index: 800;
}


.LightBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	position: relative;
	display:none;
}

.LightBoxControls {
	width: 100%;
	height: auto;
	position: relative;
	background-color: transparent;
}


.LightBoxPrevious {
	position: absolute;
	background: url(//espace-maroc.com/images/lightbox-1.3/left.png) no-repeat;
	width: 24px;
	height: 24px;
	left: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.LightBoxNext {
	position: absolute;
	background: url(//espace-maroc.com/images/lightbox-1.3/right.png) no-repeat;
	width: 24px;
	height: 24px;
	right: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.LightBoxNextDisabled {
	cursor: default;
	background: url(//espace-maroc.com/images/lightbox-1.3/rightDisabled.png) no-repeat;
}

.LightBoxPreviousDisabled {
	cursor: default;
	background: url(//espace-maroc.com/images/lightbox-1.3/leftDisabled.png) no-repeat;
}

.LightBoxTitle {
	position: relative;
	margin: 10px 0 0 35px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
}

.LightBoxNumber {
	position: relative;
	width: 50px;
	margin: 10px 35px 0 0;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: right;
}

.LightBoxDescription {
	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;
}
