.LightBoxContainer {
	position: absolute;
	display: none;
	z-index: 2;
	background: #f4ede8 url(../../images/commun/bg.jpg) 0 0 repeat-x;
	border: 0px solid #fff;
	padding: 2px;
	text-align: center;
	font-size: 14px;
	color: #7a7777;
}
#bigBox {
	background: transparent url(../../images/lightbox/bigBox.png) no-repeat center;
	border: none;
	padding: 7px;
	width: 986px;
	height: 686px;
}
#smallBox {
	background: transparent url(../../images/lightbox/smallBox.png) no-repeat center;
	border: none;
	padding: 30px;
	width: 540px;
	height: 240px;
}
.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;
}
#LightBoxContentContainer{
	overflow: hidden;
}

/*.LightBoxClose {
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 2;
	background: url(../../images/lightbox/closing.png) no-repeat;
	width: 32px;
	height: 32px;
	cursor: pointer;
}*/


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

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


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

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

.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;
	text-indent: 10px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #D4162E;
	font-weight: bold;
	text-align: left;
}
#smallBox .LightBoxTitle {
	color: #fff;
}


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

.LightBoxCloseText{
	display: none;
}


