.LightBoxContainer {
	/*padding: 23px 30px 36px 41px;*/
	position: absolute;
	/*border: 20px solid #000;
	background-color: #FFF;*/
	display: none;
	z-index: 2;
}

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

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

.LightBoxClose {
	position: absolute;
	top: 20px;
	right: 20px;
	background: url(/images/lightbox/close.png) no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
	z-index: 200;
}
.LightBoxCloseText {
	position: absolute;
	top: 465px;
	right: 44px;
	/*background: url(/images/commun/popup/popupCloseText-white.png) no-repeat;*/
	width: 54px;
	height: 24px;
	cursor: pointer;
	z-index: 100;
}

.LightBoxIcon {
	position: absolute;
	top: 475px;
	left: 0;
	/*background: url(/images/commun/popup/popupIconAnim-green.png) no-repeat;*/
	width: 44px;
	height: 52px;
}

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

.LightBoxControls {
	background: #666;
	width: 100%;
	height: auto;
	position: relative;
}


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

.LightBoxNext {
	position: absolute;
	background: url(/images/lightbox/right.png) no-repeat;
	width: 24px;
	height: 24px;
	right: 5px;
	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-size: 18px;
	font-style: italic;
	color: #fff;
	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;
}



