#home {
	height:251px;
	width:941px;
	background-image: url(../images/feature/feature_bg.png);
	background-repeat: no-repeat;
	padding-top: 19px;
	padding-left: 19px;
	position: relative;
}
.feature {
	height:251px;
	position:absolute;
	width:923px;
	overflow:hidden;
	background-repeat: no-repeat;
}
.feature img { border:none; }
.tabs, .tabs ul {
	margin: 0;
	padding: 0px;
}
.tabs li {
	display:inline;
	float:none;
	list-style:none;
}
.tabs li a {
	color:#333;
	display:inline-block;
	height:auto;
	text-decoration:none;
	width:auto;
	float: left;
}
.tabs li.active { background-color:#ddd; }
.tabs li a.active { color:#000; }

.tabs li a.buttonOne{
	background-image: url(../images/feature/button_01.png);
	background-repeat: no-repeat;
	height: 89px;
	width: 195px;
	display: block;
	background-position: 0px 0px;
}
.tabs li a.buttonOne:hover{
	background-repeat: no-repeat;
	background-position: -195px 0px;
}
.tabs li.active a.buttonOne{
	background-position: -390px 0px;
}

.tabs li a.buttonTwo{
	background-image: url(../images/feature/button_02.png);
	background-repeat: no-repeat;
	height: 89px;
	width: 199px;
	display: block;
	background-position: 0px 0px;
}
.tabs li a.buttonTwo:hover{
	background-repeat: no-repeat;
	background-position: -199px 0px;
}
.tabs li.active a.buttonTwo{
	background-position: -398px 0px;
}

.tabs li a.buttonThree{
	background-image: url(../images/feature/button_03.png);
	background-repeat: no-repeat;
	height: 89px;
	width: 188px;
	display: block;
	background-position: 0px 0px;
}
.tabs li a.buttonThree:hover{
	background-repeat: no-repeat;
	background-position: -188px 0px;
}
.tabs li.active a.buttonThree{
	background-position: -376px 0px;
	background-repeat: no-repeat;
}

.tabs li a.buttonFour{
	background-image: url(../images/feature/button_04.png);
	background-repeat: no-repeat;
	height: 89px;
	width: 181px;
	display: block;
	background-position: 0px 0px;
}
.tabs li a.buttonFour:hover{
	background-repeat: no-repeat;
	background-position: -181px 0px;
}
.tabs li.active a.buttonFour{
	background-repeat: no-repeat;
	background-position: -362px 0px;
}

.tabs li a.buttonFive{
	background-image: url(../images/feature/button_05.png);
	background-repeat: no-repeat;
	height: 89px;
	width: 197px;
	display: block;
	background-position: 0px 0px;
}
.tabs li a.buttonFive:hover{
	background-repeat: no-repeat;
	background-position: -197px 0px;
}
.tabs li.active a.buttonFive{
	background-repeat: no-repeat;
	background-position: -394px 0px;
}
