
* a {position: relative}


a img {
	border: none;
}
#featureContainer {
	margin: 0px auto; 
	width: 100%; 
}
#wrap {
	overflow: hidden
}
#feature {
	position: relative; 
	margin-top: 5px; 
}
/*#feature .button {
	position: absolute; 
	width: 840px; 
	top: 72px; 
	left: 0px;
}*/
#feature .prev {
	text-indent: -9999px; 
	width: 30px; 
	display: block; 
	background: url(../img/feature_left.jpg) no-repeat center top; 
	float: left; 
	height: 30px; 
	top: -115px; 
}
#feature .next {
	text-indent: -9999px;  
	width: 30px; 
	display: block; 
	background: url(../img/feature_right.jpg) no-repeat center top; 
	float: right; 
	height: 30px; 
	top: -115px; 
}
/*#feature .prev:hover {
	background-position: center bottom;
}
#feature .next:hover {
	background-position: center bottom;
}*/
#block {
	z-index: 0; 
	position: relative; 
	padding: 0px;
	margin: 20px auto; 
	width: 1100px; 
	height: 158px; 
	font-size: 70%; 
	overflow: hidden; 
}
#botton-scroll {
	z-index: 0; 
	margin: 0px auto; 
	width: 1100px; 
	float: left; 
	height: 158px; 
}
.featureUL {
	position: relative; 
	list-style-type: none;
	margin: 0px; 
	padding: 0px; 
	width: 2800px; 
	float: left; 
	left: 0px;
}
.featureBox {
	width: 235px; 
	float: left; 
	height: 158px; 
	overflow: hidden;
	margin: 0 20px; 
}
#block .box {
	width: 235px; 
	float: left; 
	height: 158px; 
	position: relative;
}
#block .box .feature-title {
	font-size: 140%; 
	font-weight: normal;
}
#block .box .feature-thumb {
	width: 235px; 
	margin-bottom: 5px; 
	float: left; 
	height: 158px
}

#block .box p{
	width: 100%;
	z-index: 1000;
	position: absolute;
	left: 0;
	bottom: 0;
}
#block .box p a{
	display: block;
	width: 100%;
	height: 32px;
	background-color: rgba(0,0,0,0.6);
	text-align: center;
	line-height: 32px;
	font-size: 14px;
	color: #FFFFFF;
}
#block .box p a:hover{
	height: 100%;
	line-height: 158px;
}



