.footer-horizontal {
	color: #000000;
	font-weight: bold;
	width: 500px;
	border: 0px;
	padding: 10px 0 0 0;
	margin: 0;
}

.footer-vertical {
	color: #000000;
	font-weight: bold;
	width: 333px;
	border: 0px;
	padding: 10px 0 0 0;
	margin: 0;
}

.leightbox-horizontal {
	color: #000000;
	display: none;
	position: absolute;	
	top: 20%;
	left: 23%;
	width: 500px;
	height: 360px;
	border: 10px solid white;
	background-color: white;
	text-align: left;
	z-index:1001;
	overflow: auto;	
}

.leightbox-vertical {
	color: #000000;
	display: none;
	position: absolute;
	top: 5%;
	left: 32%;
	width: 333px;
	height: 530px;
	border: 10px solid white;
	background-color: white;
	text-align: left;
	z-index:1001;
	overflow: auto;	
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#000000;
	-moz-opacity: 0.66;
	opacity:.66;
	filter: alpha(opacity=66);
}

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }