#slideshow {position:relative;width:2000px;height:420px;left:50%;margin-left:-1000px; }
#slides {position:relative;width:100%;height:420px;list-style:none;overflow:auto;margin:0 auto}
#slides img {}

/* 갯수버튼 */
.pagination {position:absolute;bottom:70px;left:26%;margin-left:-65px;z-index:9999}
.pagination li {float:left;width:10px;height:10px;cursor:pointer;margin:0 7px 0 0;border-radius:20px;behavior:url(/css/js/PIE.htc);background:#fff;opacity:0.4;filter:alpha(opacity=40)}
.pagination li:hover {background:#fff;opacity:1;filter:alpha(opacity=100)}
li.current {background:#fff;opacity:1;filter:alpha(opacity=100)}

/* 좌우버튼 */
#slideshow .prev{position:absolute;bottom:35px;left:48%;margin-left:-590px;z-index:9999;top:180px;background:url(prev.png) no-repeat}
#slideshow .next{position:absolute;bottom:35px;left:52%;margin-left:590px;z-index:9999;top:180px;background:url(next.png) no-repeat}
#slideshow  span{position:absolute;display:inline-block;width:50px;height:50px;cursor:pointer}
#slideshow  span:hover{opacity:0.7;filter:alpha(opacity=70)}
