/* CSS estrutura geral habitec 2008/09 */


#principal #banner {
	height: 367px;
	width: 788px;
	float: left;
	margin-top: 29px;
	position: absolute;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 60px;
}


#imageContainer {
	height:367px;
}  
#imageContainer img {
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	height:367px;
	width:788px;
	opacity: -0.01;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 	
#imageContainer .banner1 {
display: block;
opacity: 0.95;
}

