div.gallerystack {
	background-repeat:no-repeat;
	clear:both;
	height:130px;
	overflow:hidden;
	padding: 0px;
	display: block;
	position: relative!important;
	background-position: -1px -1px;
	background-color: #aac8bd;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
div.gallerystack a {
	float: left;
}
div.gallerystack a img.thumb {
	border:2px solid #FFFFFF;
	color:#FFFFFF;
	margin: 15px;
}
div.gallerystack a:hover img.thumb {
	border:2px solid #FFFFFF;
}

div.gallerystack .gallerytitle {
	color:#000000;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	text-transform:capitalize;
	padding-top: 20px;
}
div.gallerydesc {
	padding-right: 64px;
}