@charset "utf-8";
/*slider css*/
.small-slider-wrap , .slider-wrap {
position: relative;
margin: 20px 0 20px 0;
/*width: 520px;*/
}
.slider, .small-slider {
position: relative;
/*width: 450px;*/
margin: auto;
height: 210px;
}
ul {
margin: 0;
padding: 0;
}
ul li {
list-style: none;
text-align: center;
}
ul li span {
display: inline-block;
vertical-align: middle;

}
.slider ul li a span , .small-slider ul li a span {
	color: #000;
	font-weight: 200;
	font-size: 14px;
}
.slider-arrow , .slider-arrow-small{
position: absolute;
top: 60px;
width: 20px;
height: 20px;
/*background: black;*/
color: #fff;
text-align: center;
text-decoration: none;
border-radius: 50%;
}
.slider-arrow-thank , .slider-arrow-small-thank{
    position: absolute;
    top: 562px;
    width: 44px;
    height: 53px;
    /* background: black; */
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
}

.sa-left , .sa-left-small {
    left: -20px;
    width: 40px;
    height: 60px;
    background: url(../img/siteicon.png) -70px 0;
}
.sa-right , .sa-right-small {
	right: -20px;
    width: 40px;
    height: 60px;
    background: url(../img/siteicon.png) -110px 0;
}
/*end slider*//* CSS Document */

