	@charset "utf-8";
/* CSS Document */
*{
    padding:0px;
    border:0px;
    margin:0px;
}
ul {
    list-style:none;
}
.slideBox02 {
   
    width:580px;
    height:427px;
  
    
    position:relative;
    overflow:hidden;
}
.slideBox02 ul {
    position:relative;
    width:2000px;}
.slideBox02 ul li {
    float:left;
    width:580px;
    height:427px;
    position:relative;
    
}
.spanBox {
    position:absolute;
    width:100px;
    height:20px;
    bottom:10px;
    right:30px;
}
.spanBox span {
    width:18px;
    height:18px;
    margin-left:5px;
    background-color:black;
    float:left;
    line-height:16px;
    text-align:center;
    color: white;
    font-family:cabin-sketch;
    font-size:15px;
}
.slideBox02 .spanBox .active {
    background-color:red;
    border:solid 1px #BEEBEC;
    border-radius:4px;
}
