#lightboxBg {
		position:fixed;
		display: none;
		width: 100%;
		top: 0px;
		bottom: 0px;
		left: 0px;	
		filter: alpha(opacity:80);
		opacity: .8;
		z-index: 100;
		height: 100%;
		background-color: black;
		text-align: center;
	}


#lightbox {
		
		position:absolute;
		display: none;
		width: 100%;
		top: 0px;
		bottom: 0px;
		left: 0px;	
		z-index: 100;
		height: 100%;
		text-align: center;
	}
	#lightbox img {
		margin-bottom: 10px;
	}
	
	#lightboxContent {
		background-image: url(../images/close.gif);
		background-position:top right;
		background-repeat:no-repeat;
		
		top: 100px;
		z-index: 19;
		margin: 0 auto;
		margin-top: 70px;
		background-color:white;
		padding: 15px;
		font-size: 11px;
		color: #666666;
		font-family: Arial, Helvetica, sans-serif;
	}
