.photos {
	overflow: hidden;
	width: 800px;
}
.photos div img {
	padding: 10px 0;
	float: right;
}

.photos ul.thumbs {
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
	width: 150px;
	float: left;
}
.photos ul.thumbs li{
	width: 190px;
	height: 50px;
	margin: 0 10px 0 0;
	padding: 5px;
	float: left;
	overflow: hidden;
	position: relative;
	background-color: #e3ffc6;
	text-align: left;
	margin-bottom:5px;
}
.photos ul.thumbs li img {
	border: none;
	vertical-align: middle;
	padding-right:5px;
}
.photos ul.thumbs li:hover {
	background-color: #8cc63f;
}
.photos ul.thumbs li a{
	font-size: 14px;
	width: 150px;
}

.photos ul.thumbs li:hover {
	color: #fff;
}

