#slider ul, #slider li,
#slider2 ul, #slider2 li{margin:0;padding:0;list-style:none;}
#slider2{margin-top:1em;}
#slider li, #slider2 li{width:975px;height:180px;overflow:hidden;}
#prevBtn, #nextBtn,
#slider1next, #slider1prev{display:block;width:30px;height:77px;position:absolute;left:-30px;top:161px;z-index:1000;}
#nextBtn, #slider1next{left:800px;}
#prevBtn a, #nextBtn a,
#slider1next a, #slider1prev a{display:block;position:relative;width:30px;height:77px;background:url(../images/btn_prev.gif) no-repeat 0 0;}
#nextBtn a, #slider1next a{background:url(../images/btn_next.gif) no-repeat 0 0;}
ol#controls{padding:0;}
ol#controls li{margin:0 10px 0 0;padding:0;float:left;list-style:none;height:28px;line-height:28px;}
ol#controls li a{float:left;height:20px;line-height:20px;border:1px solid #ccc;padding:0 10px;text-decoration:none;border-radius:12px;width:0px;background:#fcfff4;background:-moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfff4), color-stop(40%,#dfe5d7), color-stop(100%,#b3bead));background:-webkit-linear-gradient(top, #fcfff4 0%,#dfe5d7 40%,#b3bead 100%);background:-o-linear-gradient(top, #fcfff4 0%,#dfe5d7 40%,#b3bead 100%);background:-ms-linear-gradient(top, #fcfff4 0%,#dfe5d7 40%,#b3bead 100%);background:linear-gradient(to bottom, #fcfff4 0%,#dfe5d7 40%,#b3bead 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0);}
ol#controls li.current a{background:#ffaf4b;background:-moz-linear-gradient(-45deg, #ffaf4b 40%, #ff920a 48%);background:-webkit-gradient(linear, left top, right bottom, color-stop(40%,#ffaf4b), color-stop(48%,#ff920a));background:-webkit-linear-gradient(-45deg, #ffaf4b 40%,#ff920a 48%);background:-o-linear-gradient(-45deg, #ffaf4b 40%,#ff920a 48%);background:-ms-linear-gradient(-45deg, #ffaf4b 40%,#ff920a 48%);background:linear-gradient(135deg, #ffaf4b 40%,#ff920a 48%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaf4b', endColorstr='#ff920a',GradientType=1);}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}