/*--------- slider ---------*/
#slide {
	position: relative;
	width: 100%;
	height: 469px;
	margin: 0 auto;
	padding: 3px 0px 0 0px;
	z-index: 2;
	background: #000;
	overflow: hidden;
	background-color: #7ea73f;
	-webkit-box-shadow: 5px 5px 5px #ccc;
	-moz-box-shadow: 5px 5px 5px #ccc;
	box-shadow: 0px 3px 5px #ccc;
}
.slider { width:100%; height:465px; margin:0 auto; position:relative; z-index:2; overflow:visible !important; }
.items { display:none;}

.pagination { display:none;}
.pagination li {}
.pagination a { }
.pagination li.current a, .pagination li:hover a {}

.prev {position:absolute; top:204px ; left:50px; z-index:111; display:inline-block; width:22px; height:43px; background:url(../images/prev.gif) 0 0 no-repeat;}
.prev:hover {background-position:0 bottom;}
.next {position:absolute; top:204px ; right:50px; z-index:111; display:inline-block; width:22px; height:43px; background:url(../images/next.gif) 0 0 no-repeat;}
.next:hover {background-position:0 bottom;}

.banner{position:absolute; left:17%; top:355px; width:940px; overflow:hidden; padding:10px 0 0px 0; }
.banner p  {width:740px; float:left;}
.banner p strong {font-size:48px; line-height:60px; color:#000; font-weight:normal; letter-spacing:-2px; display:block;}
.banner p span {font-size:18px; line-height:24px; color:#000; font-weight:normal; letter-spacing:1px; display:block; margin-top:-1px;}
.banner a {background:#7ea73f; color:#fff; font-size:24px; line-height:30px; padding:11px 20px 21px 20px; display:inline-block; float:right; margin-top:18px;}
.banner a:hover {background:#fff; color:#000;}
