.LightBoxContainer {
	position: absolute;
	display: none;
	z-index: 2;
	border: 1px dotted #BFB399;
	padding: 5px;
	width: 500px;
	height: 200px;
	text-align: center;
	font-size: 14px;
	color: #7a7777;
}
#newsBox {
	background: #f9f8f8 url(../../images/commun/mainBg-tifawine.gif) 0 -220px repeat-x;
	display: block;
	padding: 0 10px;
	width: 480px;
	min-height: 200px;
	height: auto!important;
	height: 200px;
	line-height: 16px;
	color: #fff;
}
#newsBox h3{
	color: #3B3B1E;
	padding: 8px 0;
	height: 34px;
}
#newsBox .spaced{
	padding: 10px;
}
.LightBoxContainer h5{
	font-size: 20px;
	font-weight: normal;
	height: 30px;
	color: #2b2b2b;
}
#whatsNext{
	position: relative;
}
#whatsNext a{
	position: absolute;
	top: 2px;
	display: block;
	font-size: 16px;
	color: #4b3e27;
}
#doContinue{
	left: 52px;
}
#doValidate{
	right: 50px;
}

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

.LightBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

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


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

#newsBox .LightBoxControlsContainer {
	display: none;
}

.LightBoxControls {
	width: 100%;
	height: auto;
	position: relative;
	text-align: center;
	/*background-color: #BFB399;
	display: none;*/
}


.LightBoxPrevious {
	position: absolute;
	background: url(../../images/lightbox/left.png) no-repeat;
	width: 24px;
	height: 24px;
	left: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.LightBoxNext {
	position: absolute;
	background: url(../../images/lightbox/right.png) no-repeat;
	width: 24px;
	height: 24px;
	right: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.LightBoxNextDisabled {
	cursor: default;
	background: url(../../images/lightbox/rightDisabled.png) no-repeat;
}

.LightBoxPreviousDisabled {
	cursor: default;
	background: url(../../images/lightbox/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;
	display: none;
}

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

