/* Common Lightbox Bananas */
.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 300%;
	background-color: #000;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.90;
	filter: alpha(opacity=90);
}	
.white_content {
	display: none;
	position: absolute;
	top: 5%;
	left: 50%;
	text-align: center;
	width: 780px;
	margin-left:-385px;
	height: 500px;
	padding: 0 10px 10px 10px;
	border: 5px solid #000;
	background-color: #333;
	z-index:1002;
	overflow: auto;
}
.white_content  div.close{
	float: right;
	text-align: right;
	margin-right: 10px;
	width: 50px;
	height: auto;
	font: normal 18px Trebuchet MS;
	font-weight: bold;
}
.white_content  div.close a{
	color: #ccc;
	text-decoration: none;
}
.white_content  div.swf{
	width: 770px;
	height: 476px;
	margin: 0 auto;
}
/* End  Lightbox Bananas */