@charset "UTF-8";

div.gallerystack {
	background-image:url(/themes/sweet1/images/Image-Stack.jpg);
	background-repeat:no-repeat;
	clear:none;
	float:left;
	height:170px;
	overflow:hidden;
	width:168px;
	margin-right: 8px;
	margin-left: 8px;
}
div.gallerystack a img.thumb {
	border:3px solid #FFFFFF;
	color:#FFFFFF;
	position: relative;
}
div.gallerystack a:hover img.thumb {
	border:3px solid #F5C571;
	color:#F5C571;
}

div.gallerystack .gallerytitle {
	color:#341912;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	text-transform:lowercase;
}
