/* =feature-properties */

#feature-properties h2 {
	border-bottom:none;
}

.pom {
	width:250px;
	overflow:hidden;
	float:left;
	border-right:1px solid rgb(241, 240, 245);
	position:relative;
}

.pom-3, .pom-6 {
	width:248px;
	border-right:none;
}

.pom a:link,
.pom a:visited,
.pom a:hover,
.pom a:active {
	text-decoration:none;
}

.pom a img {
	width:250px;
	height:187px;
	border:none;
	border-top:1px solid rgb(241, 240, 245);
}

.pom a:hover img {
	opacity:0.7;
	filter:alpha(opacity=70);
}

.pom h3 {
	margin:0px;
	padding:0px;
	position:absolute;
	z-index:10;
	height:52px;
	line-height:26px;
	overflow:hidden;
	font-weight:normal;
	color:#FFF;
	bottom:-1px;
	width:250px;
}

.pom h3 a:link,
.pom h3 a:visited,
.pom h3 a:hover,
.pom h3 a:active {
	display:block;
	position:relative;
	color:#FFF;
	padding:0px 10px 0px 10px;
	width:230px;
	font-size:11px;
	text-transform:uppercase;
	letter-spacing:1px;
	height:52px;
	background:rgb(230, 120, 23);
	opacity:0.85;
	filter:alpha(opacity=85);
}

.pom h3 a:hover {
	background:#000;
	opacity:0.5;
	filter:alpha(opacity=50);
}

.pom h3 a strong {
	color:#FFF;
	font-weight:normal;
	position:absolute;
	right:10px;
	top:0px;
	height:26px;
	line-height:26px;
}

.pom h3 a span {
	border-top:1px solid #FFF;
	display:block;
	text-transform:lowercase;
	letter-spacing:0px;
	line-height:20px;
}