#gallery {
	list-style: none;
	overflow: hidden;
	height: auto;
}

#gallery li {
	float: left;
	margin-right: 25px;
	padding-bottom: 10px;
	width: 130px;
	text-align: center;
}

