.banner{
	position: absolute;
	top: -800px;
	width: 400px;
	z-index: 100;
	text-align: center;	
	line-height:0px;
	height:0px;
	background-image:none
}

#banner {

	background-image:none
}

.bannerShow {
	position: absolute;
	top: 160px;
	width: 400px;
	z-index: 100;
	text-align: center;	
	line-height:0px;
	height:0px	
}

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	background-color:#999999;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.bImg { border:6px solid #FFFFFF }
.dvShow { top:160px; }	
.dvHide { top:-800px; }	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}	
	