@charset "UTF-8";

div.gallerystack {
	background-image:url(/themes/reo08/images/Image-Stack.jpg) !important;
	background-repeat:no-repeat;
	clear:none;
	height:150px;
	overflow:hidden;
	margin: 0px;
	padding: 0px;
	width:310px;
	float:left;
	margin-right:5px;
	position: relative;
}
div.gallerystack a {
	float: left;
}
div.gallerystack a img.thumb {
	border:3px solid #FFFFFF !important;
	color:#FFFFFF !important;
	position: absolute;
	height: 96px;
	width: 128px;
	left: 19px;
	top: 19px;
}
div.gallerystack a:hover img.thumb {
	border:3px solid #F5C571 !important;
	color:#F5C571 !important;
}

div.gallerystack .gallerytitle {
	color:#660033;
	font-size:13px;
	font-weight:bold;
	text-align:left;
	text-transform:capitalize;
	margin: 0px;
	padding: 0px;
	height: 18px;
	width: 140px;
	position: absolute;
	left: 170px;
	top: 20px;
}
div.gallerydesc {
	text-align:left;
	font-size:11px;
	line-height:normal;
	height: 65px;
	width: 130px;
	position: absolute;
	left: 170px;
	top: 50px;
}