.gallery-category {
	position: relative;
	border: 1px solid #3e3d3d;
	height: 255px;
	float: left;
	width: 180px;
	margin-right: 4px;
	margin-bottom: 15px;
	margin-left: 4px;
}
.gallery-category h2 {
	position: absolute;
	left: 10px;
	top: 9px;
	width: 155px;
}
.gallery-category h2 a {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: white;
}
.gallery-category h2 span {
	position: absolute;
	top: 0px;
	right: 0px;
}
.gallery-category-image {
	position: absolute;
	left: 1px;
	top: 30px;
	height: 197px;
	width: 176px;
	border: 1px solid #3e3d3d;
}
.gallery-category-more {
	text-decoration: none;
	position: absolute;
	background-image: url(/sitestyle/images/menu/arrow.gif);
	background-repeat: no-repeat;
	background-position: 1px 4px;
	padding-left: 7px;
	right: 13px;
	bottom: 6px;
}
.gallery-category-zoom {
	text-decoration: none;
	position: absolute;
	background-image: url(/sitestyle/images/icons/zoom.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	left: 13px;
	bottom: 6px;
	background-position: 1px 2px;
}

