.highslide {
	display: block;
	width: 280px;
	height: 180px;
	border: 10px solid #ccc;
	overflow: hidden;
}
.highslide-caption {
	background-color: #fff;
	padding: 0px 5px;
}

ul#gallery-list {
	list-style-type: none;
	width: 100%;
}
ul.gallery-list-row li {
	float:left;
	margin-bottom: 10px;
}
.gallery-list-col_2 {
	margin:0 15px 10px 15px;
}
.gallery-list-label {
	color: #756f7b;
	text-align: center;
	display: block;
	font-size: 1.1em;
	padding: 5px 0px;
}
