

#slideshow {position:relative;width:1450px;height:493px;left:50%;margin-left:-725px; }
#slides {position:relative;width:100%;height:493px;list-style:none;overflow:auto;margin:0 auto}
#slides img {}

/* 갯수버튼 */
.pagination {position:absolute;bottom:-33px;left:575px;z-index:100;}
.pagination li {display:inline-block;width:93px;height:3px;cursor:pointer;margin:0 7px 0 0;background:#dedede; text-indent:-9999px}
.pagination li:hover {background:#334d6d;}
li.current {background:#334d6d;;}

/* 좌우버튼 */
#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)}


