@charset "utf-8";
#wo-wrapper {
 display: block;
 height: 160px;
 width: 335px;
 margin-top: auto;
}
#wo-controller {
 background-color: rgba(201,248,178,1);
 display: block;
 float: left;
 height: 160px;
 width: 335px;
 overflow: auto;
}
#wo-prev {
 background-image: url("http://seesco123.cafe24.com/base/img/main/wo_slider_LeftArrow.png");
 background-repeat: no-repeat;
 background-position: center center;
 display: block;
 float: left;
 height: 160px;
 width: 48px;
 position: relative;
 z-index: 99;
 cursor: pointer;
}
#wo-next {
 background-image: url("http://seesco123.cafe24.com/base/img/main/wo_slider_RightArrow.png");
 background-repeat: no-repeat;
 background-position: center center;
 display: block;
 float: right;
 height: 160px;
 width: 48px;
 position: relative;
 z-index: 99;
 cursor: pointer;
}
#wo-siler {
 display: block;
 float: left;
 overflow: hidden;
 margin-left: 50px;
 height: 160px;
 width: 235px;
 position: absolute;
}