/*----------close button----------*/
a.lbAction {
	padding: 0;
	text-decoration: none;
	float: center;
	position: absolute;
        width: 100%;
        font-size: 35px;
	bottom: -50px;
        left: 0px;
	color: #858585;
	border: 1px solid #FFFFFF;
	background: #BCC9CF;
	z-index: 100;
}
a.lbAction:hover {
	color: #000000;
}
a.lbAction:active {
	background: #BCC9CF;
}


/*----------popup div styling----------*/

div.scrollbox {
	position: absolute;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	text-align: left;
	overflow: auto;	
}
div#overlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background-color:#000000;
	-moz-opacity: 1.0;
	opacity: 1.0;
	filter: alpha(opacity=80);
}

div.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }
div#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }
