#bigbang{
	background-color:#313539;
	position:absolute;
	z-index:0;
	filter:alpha(opacity=65);
	-moz-opacity:6.5;
	opacity:0.65;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#overlay{
	position:fixed !important;
	position:absolute;
	z-index:1;
}
.alpha{
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
}
#maininn{
	z-index:1;
	margin:0 auto;
	background:#FFFFFF url("../images/back/topBG.gif") repeat-x center bottom;
}
.topLeft{
	width:30px;
	height:30px; 
	background:transparent url(../images/lightBox/topLeft.png) no-repeat top left !important;
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/lightBox/topLeft.png", sizingMethod="scale");	
}
.topCent{
	height:30px;
	background:transparent url(../images/lightBox/topCent.png) repeat-x top right  !important;
	background:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/lightBox/topCent.png", sizingMethod="scale");	
}
.topRight{
	width:30px;
	height:30px;
	background:transparent url(../images/lightBox/topRight.png) no-repeat top right !important;
	background:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/lightBox/topRight.png", sizingMethod="scale");	
}
.centLeft{
	width:30px;
	background:transparent url(../images/lightBox/centLeft.png) repeat-y top left !important;
	background:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/lightBox/centLeft.png", sizingMethod="scale");	
}
.centRight{
	width:30px;
	background:transparent url(../images/lightBox/centRight.png) repeat-y top right !important;
	background:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/lightBox/centRight.png", sizingMethod="scale");	
}
.botLeft{
	width:30px;
	height:30px;
	background:transparent url(../images/lightBox/botLeft.png) no-repeat top left !important;
	background:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/lightBox/botLeft.png", sizingMethod="scale");	
}
.botCent{
	height:30px;
	background:transparent url(../images/lightBox/botCent.png) repeat-x top right !important;
	background:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/lightBox/botCent.png", sizingMethod="scale");	
}
.botRight{
	width:30px;
	height:30px;
	background:transparent url(../images/lightBox/botRight.png) no-repeat top right !important;
	background:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/lightBox/botRight.png", sizingMethod="scale");	
}

