.LightBoxContainer {
	position: absolute;
	display: none;
	z-index: 2;
	border: 20px solid #048480;
	width: 500px;
	height: 200px;
	text-align: center;
	font-size: 14px;
	color: #7a7777;
}
.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: -26px;
	right: -26px;
	background: url(../../images/lightbox/close.png) no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}


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

.LightBoxControls {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #048480;
	/*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;
}

