@charset "utf-8";
/* CSS Document */

#feature {
	position: relative;
}

#feature ul {
	list-style: none;
	margin: 0;
	padding: 0;

}

#feature li {
	position: relative;
	float: left;
	display: inline;
	width: 200px;
	height: 150px;
	overflow: hidden;
	margin: 5px;
	border: 1px solid #DEEEAD;
}

.feat {
	position: relative;
	height: 150px;
	overflow: hidden;
	padding: 2px;
	text-align: center;
}

#fe1_1, #fe1_2, #fe1_3, #fe1_4,
#fe2_1, #fe2_2, #fe2_3, #fe2_4,
#fe3_1, #fe3_2, #fe3_3, #fe3_4,
#fe4_1, #fe4_2, #fe4_3, #fe4_4,
#fe5_1, #fe5_2, #fe5_3, #fe5_4,
#fe6_1, #fe6_2, #fe6_3, #fe6_4,
#fe7_1, #fe7_2, #fe7_3, #fe7_4,
#fe8_1, #fe8_2, #fe8_3, #fe8_4,
#fe9_1, #fe9_2, #fe9_3, #fe9_4 {
        display: none;
		position: relative;
	height: 150px;
	overflow: hidden;
	padding: 5px;
	text-align: center;
    }
	
#feature a:link, a:visited {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#feature p {
	margin-top: 3px;
}

#feature a:hover {
	color: #4b5719;
}
