/* Gallery */

.gallery-list{
	margin: 20px 0 0 25px;
	padding: 0;
}

.gallery-list li{
	float: left;
	list-style: none;
	width: 159px;
	height: 119px;
	background: #F0F0F0 no-repeat center center;
	margin: 0 15px 15px 0;
	overflow: hidden;
	position: relative;
	z-index: 20;
}

.gallery-list li a{
	color: #fff;
}

.gallery-list li p{
	margin: 0;
	padding: 5px;
	line-height: normal;
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	width: 149px;
	height: 30px;
	background: url(../i/gallery-bg.png) repeat;
}



.gallery-list h3{
	font-size: 13px;
	margin: 0 0 0 0;
	border-bottom: 1px solid #64010F;
}

.gallery-details{
	color: #fff;
	float: right;
	width: 170px;
	padding-right: 10px;

}

.gallery-details h3{
	line-height: 16px;
}
