@charset "utf-8";
/* CSS Document */




.slider-wrap {
position: relative;
margin: 0 auto;
width:550px;
}
.slider {
position: relative;
width:550px;
margin:5px 0 0 0;

}
ul {
margin: 0;
padding: 0;
}
ul li {
list-style: none;
text-align: center;
margin-left:4px;
}
ul li span {
display: inline-block;
vertical-align: middle;
width: 100px;
height: 100px;
background: black;
}
.slider-arrow {
position: absolute;
top: 77px;
width: 20px;
height: 20px;
background:#843622;
color:#fff;
text-align: center;
text-decoration: none;

}
.sa-left {
left: 0px;
}
.sa-right {
right: 0px;
}
