.feature-module {
	position: relative;
	padding: 0;
}

.feature-module .module-header {
	margin: 0;
	padding: 5px 16px;
}

.home-page .feature-module {
	width: 634px;
	height: 188px;
}

.feature-module .feature-link {
	display: block;
	position: absolute;
	padding: 5px;
	width: 140px;
	height: 140px;
	top: 32px;
	right: 6px;
	background-color: #2175d9;
	color: white;
	background-image: url(../images/arrow-right-big.gif);
	background-repeat: no-repeat;
	background-position: 130px 120px;
	cursor: pointer;
}

.feature-module .feature-link .feature-title {
	display: block;
	font-weight: bold;
	font-size: 14px;
	width: 140px;
	height: 60px;
}

.feature-module .feature-link .feature-text {
	display: block;
	width: 120px;
	height: 80px;
	font-size: 12px;
}

