
#homeFeatures {
	float: left;
	display: inline;
	padding: 6px;
	margin: 0;
	width: 280px;
	height: 231px;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10px;
}

#homeFeatures .homeFeature {	
	float: left; 
	position: absolute;
}

.homeFeatureSlide {
	background: #000;
	padding: 10px;
	opacity: 0.85;
	filter: alpha(opacity=85);
	zoom:1;
	width: 260px;
	height: 60px;
	display: none;
	position: absolute;
	/*float: left;*/
	z-index: 100;
	margin: 134px 0 0 0;
	/*bottom: 104px;*/
}

/* * html .homeFeatureSlide {
	background: #262626;
}*/

#homeFeatures .homeFeature .imageContainer {
	background: #000; 
	width: 280px; 
	height: 214px;
}

#homeFeatures .homeFeature img {
	position: absolute;
	float: left;
	display: inline;
	z-index: 99;
}

#homeFeatures .homeFeature p {
	padding: 0;
	margin: 0;
	width: 260px !important;
	line-height: 16px;
}
#homeFeatures .homeFeature p a {
	font-weight: bold;
}




#homeFeatureChoose {
	display: block;
	clear: both;
	width: 280px;
	position: relative;
	top: 216px;
	text-align: center;
}
#homeFeatureChoose a {
	margin: 0 1px;
}


.trans {
	filter: alpha(opacity=50);
	opacity: 0.5;
}
