#lightshow {
    z-index:33319;
    position: absolute;

/* 	border: 10px solid #fff;*/
	top: 50%;
	left: 50%;
/*	background-color: #fff;*/

	display: none;
	color: #000;
}	
#fade {
	display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);

}

#lightshow a.closebutton{
	display: block;
	position: absolute;
	background-color: #000;
	text-align: right;
	top: 0px;
	padding: 5px;
	color: #fff;
	right: 0px;
	z-index: 99999;
	text-decoration: none;

}
#lightshow a.closebutton:hover{
	text-decoration: underline;
	color: #FB2020;
}