@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

.f_wrap {
	width: 634px;
	height: 284px;
	background: #fff url(../img/home_feature/bg_features.gif) no-repeat 0 0;
	position: relative;
}

.features {
	float: left;
	width: 100%;
	height: 284px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2em;
	background: none !important;
}

.feature {
	background: none !important;
	display: none;
	padding: 30px 20px 10px 10px;
}

.default-feature {
	display: block;
}

.feature a:link, .feature a:visited {
	color: #2ea443;
	text-decoration: none;
}

.feature a:hover, .feature a:active {
	color: #2ea443;
	text-decoration: none;
}

.feature h2 {
	font-size: 19px;
	color: #2ea443;
	font-weight: normal;
}

.feature p {
	margin: 10px 0; 
}

.feature img.f_img {
	display: block;
	float: left;
	margin: 0 10px 0 0;
	position: relative;
	top: -10px;
}

.feature .btn_more {
	background: none !important;
	width: 115px;
	float: left;
	margin: 0;
}

.feature .btn_more a {
	color: #fff;
	display: block;
	font-size: 13px;
	font-weight: bold;
	padding: 6px 25px 0 0;
	text-align: right;
	height: 27px;
	background: url(../img/home_feature/btn_features.gif) no-repeat 0 0;
}

.f_controls {
	display: none;
	position: absolute;
	bottom: 0px;
	right: 20px;
	z-index: 9;
}

.f_controls a {
	display: block;
	text-indent: -99999em;
	width: 13px;
	height: 13px;
	float: left;
	margin: 0 5px;
}

.f_controls a.f_prev {
	background: url(../img/home_feature/f_prev.gif) no-repeat 0 0;
}

.f_controls a.f_next {
	background: url(../img/home_feature/f_next.gif) no-repeat 0 0;
}

.f_controls a.f_pause {
	background: url(../img/home_feature/f_pause.gif) no-repeat 0 0;
}


