
/* ---------- gallery styles start here ----------------------- */
.gallery {
	list-style: none;

}
.gallery li {
	margin: 0;
	padding: 30px 35px 0 30px;
	float: left;
	position: relative;
	width: 190px;
	height: 170px;
	
}

.gallery a {
	text-decoration: none;
	color: #999;
}
.gallery a:hover {
	color: #000;
	text-decoration: underline;
}
.gallery img {
	border: none;
	padding-left: 0;
	max-height:140px;
	width:170px;
}
.gallery em {
	width: 193px;
	height: 25px;
	display: block;
	position: absolute;
	top: 18px;
	left: 29px;
	background: url(../img/watercolor-mask.png) no-repeat;
	text-align: center;
	font: italic 100%/100% Georgia, "Times New Roman", Times, serif;
	padding-top: 138px;
}

/* clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */