/* slide */
.slides {position:relative;width:980px; height:635px;overflow:hidden;}
.slides .slide{overflow:hidden;position:relative; height:650px;}
.slides .slide li{display:block;}
.slides .slide li a{display:block}
.slides a.prev,.slides a.next{display:inline-block;z-index:100;overflow:hidden;position:absolute;top:188px;width:38px;height:57px;background:url(../img/main/next.png) 0 0 no-repeat;line-height:999px;vertical-align:top}
.slides a.prev{left:0px;background-position:0 0}
.slides a.next{right:0px;width:38px;background-position:-38px 0}
.slides .page{z-index:100;position:absolute;top:600px;left:0;width:980px;text-align:center;list-style:none}
.slides .page li{display:inline-block;_display:inline;margin:0 15px;_zoom:1}
.slides .page li a{display:block;overflow:hidden;width:17px;height:17px;background:url(../img/main/sp_page.png) 0 0 no-repeat;line-height:999px;vertical-align:top}
.slides .page li a:hover{background-position:0 -17px;}
.slides .page li.current a{background-position:0 -34px;}