@charset "utf-8";
* {margin:0; padding:0}
.sliderbutton {float:left; width:32px; padding-top:134px}
.sliderbutton img {cursor:pointer}
.sliderbutton img:hover {background:#666}
#slideshow {float:left; width:500px; height:329px; background:#fff}
#slides {position:relative; width:985px; height:329px; list-style:none; overflow:auto; z-index:9}
 
#slides li {width:985px; height:329px; background:#FFFFFF url(../images/tiny-li-bg.jpg) left top no-repeat;}
li#content {background:#fff;}
.pagination {
	list-style:none; 
	width:105px; 
	height:17px; 
	margin:0 0 0 10px; 
	position:absolute; 
	z-index:10; 
	background:url(../images/bannerh_bg.png) no-repeat; 
	left:10px;
	bottom:0px;
	padding:10px 0 0 15px;
}
.pagination li {
	float:left; 
	cursor:pointer; 
	padding:0px 6px; 
	background:url(../images/bannerhbult.png) no-repeat; 
	text-indent:-9999px; 
	margin:0 4px 0 0; 
	text-align:center; color:#222}
.pagination li:hover {background:url(../images/bannerhbult1.png) no-repeat; color:#000}
li.current {background:url(../images/bannerhbult1.png) no-repeat ;}
