/* The containing box for the gallery. */
#container {
	position:relative;
	width:757px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 10px;
	background-color: #FFFFFF;/*#CCFF99*/
}
/* Removing the list bullets and indentation */
	#container ul {
		margin:10px 0px 0px 0px;
		padding:0px 0px 10px 0px; 
		list-style-type:none; 
		width:298px; 
		background-color: #C0EBFC;
		float:left;
	}
		#container ul h3{
			font: 18px Georgia, "Times New Roman", Times, serif;
			color:#FFFFFF;
			text-align:left;
			margin:0px 0px 0px 0px;
			padding:2px 0px 2px 8px;
			background-color: #30759E;
	}
	#container li {
		float:left;
		}
/* Remove the images and text from sight */
	#container a.gallery span {
		position:absolute; 
		width:1px; 
		height:1px; 
		top:-1px; 
		left:-1px; 
		overflow:hidden; 
		background:#fff;
	}
	#container a.gallery, #container a.gallery:visited {
		display:block; 
		color:#000; 
		text-decoration:none; 
		border:0px solid #000; 
		margin:4px 0px 0px 6px;
		text-align:left; 
		cursor:default;
	}
/* change the thumbnail border color */
	#container a.gallery:hover {
		border:0px solid #002674; 
	}
	/* styling the :hover span */
	#container a.gallery:hover span {
		position:absolute; 
		width:450px; 
		height:331px; 
		top:34px;
		left:317px;
		color:#000; 
		background:#fff;
		padding:0px;
		background-color: #C0EBFC;
	}
	#container a.gallery:hover img {
		border:0px solid #fff; 
		float:left; 
		margin-right:5px;
		margin-bottom:10px;
	}
	#container a.slidea {
		background:url(../imagens/hotel/Hotel_pequeno-almoco_pequeno.jpg);
		height:208px;
		width:139px;
	}
	#container a.slideb {
		background:url(../imagens/hotel/Hotel_pequenoalmoco_pequeno_b.jpg); 
		height:102px; 
		width:139px;
	}
	#container a.slidec {
		background:url(../imagens/hotel/Hotel-Bar_pequeno_c.jpg); 
		height:102px; 
		width:139px;
	}
	#container a.slided {
		background:url(../imagens/hotel/Hotel_entrada_pequeno_d.jpg); 
		height:102px; 
		width:139px;
	}
	#container a.slidee {
		background:url(../imagens/hotel/Hotel_salao_pequeno_e.jpg); 
		height:102px; 
		width:139px;
	}
#desc_comodidades{
	float:right;
	with:450px;
	height:60px;
	margin:10px 0px 10px 0px;
	background-color:#FFF;
}
	#desc_comodidades_conteudo{
		background-color:#FFFFFF;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		border:0px solid #fff;
		with:450px;
	}
		#desc_comodidades_conteudo h3{
			font: 18px Georgia, "Times New Roman", Times, serif;
			color:#FFFFFF;
			text-align:left;
			margin:0px 0px 0px 0px;
			padding:2px 0px 2px 8px;
			background-color: #935600;
		}
#conteudo_icones{
	clear:both;
	margin:8px 0px 0px 0px;
	padding:8px 0px 0px 8px;
}
	#conteudo_icones p{
	margin:0px 10px 0px 0px;
	padding:0px 0px 16px 10px;
	}
.icone{
	float:left;
	width:33px;
	height:33px;
	border:1px solid #999;
	margin:2px 2px 0px 10px;
	padding:2px;
}
