* A {POSITION: relative}
#featureContainer {WIDTH:1212px; height:390px;}
#wrap {OVERFLOW: hidden}
#feature {POSITION: relative;}
#feature .prev {TEXT-INDENT: -9999px; WIDTH:43px; DISPLAY: block; BACKGROUND: url(l1.png) center top; FLOAT: left; HEIGHT:75px; BORDER-TOP: #999 0px dotted; TOP:-230px; left:6px;
}
#feature .next {TEXT-INDENT: -9999px; WIDTH:43px; DISPLAY: block; BACKGROUND: url(r1.png) center top; FLOAT: right; HEIGHT:75px;TOP: -230px; right:6px;}
#botton-scroll {Z-INDEX: 0; MARGIN: 0px auto; WIDTH:1212px; FLOAT: left; HEIGHT:390px;}
#block {Z-INDEX: 0; POSITION: relative; MARGIN: 0px auto; WIDTH:1212px; HEIGHT:390px; OVERFLOW: hidden;}
.featureUL { POSITION: relative; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; WIDTH:4800px; FLOAT: left; LEFT: 0px}
.featureBox {WIDTH:291px; FLOAT: left; HEIGHT:390px; OVERFLOW: hidden; margin:0 6px; background:#fff;}
.featureBox_img{ width:291px; height:197px; overflow:hidden;}
.featureBox_img img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	-o-transition: all 2s ease;
	transition: all 2s ease;
	 width:291px !important; height:auto !important;
}
.featureBox_img:hover img {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.featureBox h2{ line-height:80px; font-size:25px; font-weight:100; padding:0 40px;}
.featureBox p{ padding:0 40px; color:#777; font-size:15px; line-height:30px;}