.highslide img {
	width: 100px;
}

.gallery {
	width: 126px;
	float: left;
	background-color: #9C2830;
	text-align: center;
	margin: 0px 5px 5px 0px;
	padding: 5px;
	color: #FFF;
	font-weight: none;
	text-decoration: none;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
	
}
.gallery:hover {
	background-color: #FFF;
	color: #9C2830;
}
.gallery:hover img {
	
}
.gallery img {
	width: 120px;
	border: 3px solid #9c2830;
	margin-top: 5px;
	margin-bottom: 5px;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

