#esquerdo {
	position:relative;
	float:left;
	width:435px;
	margin:20px 20px 0 20px;
	display:inline;
}

#direito {
	position:relative;
	float:left;
	width:320px;
	height:365px;
}

#direitoVideo {
	position:absolute;
	left:10px;
	top:10px;
}

#sobreNos {
	position:relative;
	float:left;
	display:inline;	
	background:url(../img/sobre_nos.gif) no-repeat left top;
	padding-top:40px;
	width:435px;
}

#sobreNos p {
	margin:0 0 0 6px;
	padding:0;
}

#galeriaFotos {
	background:url(../img/galeria_fotos.gif) no-repeat left top;
	position:relative;
	float:left;
	display:inline;	
 	padding-top:40px;
	width:435px;
	margin-top:30px;
}

#galeriaFotos ul {
	list-style:none;
	list-style-image:none;
	padding:0;
	margin:0;
}

#galeriaFotos ul li {
	position:relative;
	float:left;
	display:inline;
	width:133px;
	height:102px;
	overflow:hidden;
	margin-right:6px;
}

#galeriaFotos ul li a {
	cursor:pointer;
	display:block;
}

#galeriaFotos ul li span {
	width:133px;
	height:103px;
	position:absolute;
	z-index:1;
	left:0px;
	top:0px;
}

#maisFotos {
	width:405px;
	text-align:right;
	position:relative;
	float:left;
	margin:8px 0 0 0;
}

.contorno {
	width:133px;
	height:103px;
	position:absolute;
	z-index:1;
	background:url(../img/contorno_foto.png) no-repeat left top;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/contorno_foto.png');
	left:0px;
	top:0px;
}

