/* ie6 hack */
/** html #overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.
			offsetHeight ? document.body.scrollHeight : document.body.
			offsetHeight + 'px');
}*/

.overlayBG {
	background-color:#000000;
	-ms-filter: "Alpha(Opacity=70)"; /* IE 8 */
	filter:alpha(opacity=70); /* IE5-7 */
	-moz-opacity: 0.7; /* Mozilla */
	opacity: 0.7;
	
	position: fixed;
	z-index: 998;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	display: none;
}

.lightBoxBG {
	position: absolute;
	top: 25px;
	left: 0px;
	/*top:50%;
	left:50%;*/
	z-index:999;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
	/*text-align:center;*/
	display: none;
}

.closebuttonBG {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1000;
	display: none;
}

.autoplay {
	width: 100%;
	text-align: center;
	z-index: 1000;
	display: none;
}

.autoplaylink {
	border: 0;
	z-index: 1000;
}

/* ie6 hack */
/** html #lightBox { 
   position: absolute;
   margin-top: expression(0 - parseInt(this.offsetHeight / 2) + 
	 (TBWindowMargin = document.documentElement && 
	 document.documentElement.scrollTop || 
	 document.body.scrollTop) + 'px');
}*/

