﻿/***************   LightBox    **********************/
*html #lightBox
{
	position:absolute; 		
}
#lightBox
{	
	display:none;
    position:fixed; 
	z-index:1; 
	top: 0; left: 0;
	width:100%; 
	height:100%;	
	opacity:0.2; 
	filter:alpha(opacity=20); 
	background-color:#000;	 
}

*html #lightBoxContent
{
	position:absolute;
	FILTER: progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=0.75,wipestyle=1,motion=reverse);
	
}
#lightBoxContent
{
	background-color:#000;
	position:fixed;
	z-index:2;
	display:none; 
	overflow:hidden;
	
}
.fltt
{
	background-color:gray;
	height:100%;
	width:100%;
	
	
}
#lightBoxFrame
{
	height:100%;
	width:100%;	
}
