#homeslides {
	width:980px;
	margin:0 auto;
	height: 421px;
	background:#FFF;
	padding:0 10px;
	overflow:hidden;
}

#homeslides .slide {
	height: 323px;
	background: white;
}
#homeslides .pager {
	padding-bottom:8px;
	display: block;
	height:77px;
}
#homeslides .pager li {
	position: relative;
	float: left;
	list-style-type: none;
	margin-bottom:10px;
	height:77px;
}
#homeslides .pager li a {
	border-top:1px solid #90c29e;
	display: block;
	padding:56px 0 20px 0;
	margin-right:6px;
	text-align: center;
	text-decoration: none;
	width: 191px;
	background-color:#a2dab1;
	color: #3d503d;
	font:normal 18px/13px 'MyriadProSemibold', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-shadow: 0 1px 0 #fff;
	transition-duration: 1s, 0.5s;
	-webkit-transition-duration: 1s, 0.5s;
	-moz-transition-duration: 0.5s, 1s;
}
#homeslides .pager li.activeSlide a, #homeslides .pager li a:hover {
	background: #96a3a7;
	color: #fff;
	text-shadow: none;
	border-top:1px solid #96a3a7;
}
#homeslides .pager li a#tab1{background:#a2dab1 url(../images/tab/icon1.png) 50% 3px no-repeat;}
#homeslides .pager li a#tab1:hover, #homeslides .pager li.activeSlide a#tab1 {background:#96a3a7 url(../images/tab/icon1b.png) 50% 3px no-repeat;}
#homeslides .pager li a#tab2{background:#a2dab1 url(../images/tab/icon2.png) 50% 3px no-repeat;}
#homeslides .pager li a#tab2:hover, #homeslides .pager li.activeSlide a#tab2{background:#96a3a7 url(../images/tab/icon2b.png) 50% 3px no-repeat;}
#homeslides .pager li a#tab3{background:#a2dab1 url(../images/tab/icon3.png) 50% 3px no-repeat;}
#homeslides .pager li a#tab3:hover, #homeslides .pager li.activeSlide a#tab3{background:#96a3a7 url(../images/tab/icon3b.png) 50% 3px no-repeat;}
#homeslides .pager li a#tab4{background:#a2dab1 url(../images/tab/icon4.png) 50% 3px no-repeat;}
#homeslides .pager li a#tab4:hover, #homeslides .pager li.activeSlide a#tab4{background:#96a3a7 url(../images/tab/icon4b.png) 50% 3px no-repeat;}

/**/
#homeslides .pager li a img{
	display:block;
	margin:0 auto;
}
/**/
#homeslides .pager li .arrow-up {
	display: none;
}
#homeslides .pager li.activeSlide .arrow-up, #homeslides .pager li a:hover .arrow-up {
	z-index: 99;
	display: block;
	position: absolute;
	top: -34px;
	left: 65px;
	width:59px;
	height:34px;
	background:url(../images/tab/arrow.png) 0 0 no-repeat;
	transition-duration: 1s, 0.5s;
	-webkit-transition-duration: 1s, 0.5s;
	-moz-transition-duration: 0.5s, 1s;
}
#homeslides .pager li.last a {
	margin-right:0;
	width:192px;
	padding-top:53px;
	padding-bottom:23px;
}
#homeslides .learnmore {
	width: 101px;
	height:32px;
	margin-top:25px;
	border:3px solid #d9d9d9;
}
#homeslides .learnmore a {
	display: block;
	width: 101px;
	height:32px;
	background:url(../images/more.jpg) 0 0 no-repeat;
}
#homeslides .learnmore a:hover {
	background:url(../images/more.jpg) 0 bottom no-repeat;
}

/**/
.slide_left {
	width: 422px;
	height:323px;
	float: left;
}
.slide_right {
	float: left;
	width: 540px;
	padding-top:35px;
}
.slide h2 {
	color: #000;
	font-size: 34px;
	margin-bottom:10px;
}
.slide h2 span {
	color: #016501;
	text-transform:uppercase;
}
.slide p {
	font-size: 14px;
	color: #6d6e71;
}
