#labelVilla{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
}
h3#galleryTitle{
	margin: 20px 0 10px 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#imageGallery{
	list-style: none;
	width: 540px;
	margin: 0 auto;
	padding: 0;
}
	#imageGallery li{
		float: left;
		width: 150px;
		height: 150px;
		margin: 10px;
		padding: 0;
	}
		#imageGallery li .imgWrapper{
			overflow: hidden;
			width: 150px;
			height: 135px;
		}
		#imageGallery li .imgWrapper a img{
			border: none;
		}
		#imageGallery li .imgTitle{
			margin: 0;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
		}

p.warn{
	padding: 20px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	border:1px dotted #746f35;
}

p#viewMore{
	padding: 2px;
	text-align: center;
	background-color: #746f35;
}
	p#viewMore:hover{
		background-color: #dbd297;
	}
	p#viewMore a{
		color: #fff;
		text-decoration: none;
	}

/* CLEAR */
.clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clear {display: inline-block;}




/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */