#slideshow {position:relative;width:1450px;height:493px;margin:0 auto;  }
#slides {position:relative;width:100%;height:493px;list-style:none;overflow:auto;margin:0 auto}
#slides img {}

/* 갯수버튼 */
.pagination {position:absolute;bottom:-25px;left:50%;transform:translate(-50%,-50%);z-index:20}
.pagination li {float:left;width:93px;height:3px;cursor:pointer;margin:0 7px 0 0;background:#dedede;}
.pagination li:hover {background:#334d6d;}
li.current {background:#334d6d;}

/* 좌우버튼 */
#slideshow .prev{position:absolute;bottom:35px;left:48%;margin-left:-590px;z-index:20;top:180px;background:url(prev.png) no-repeat}
#slideshow .next{position:absolute;bottom:35px;left:52%;margin-left:590px;z-index:20;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)}
