section#character{
    margin-bottom:20px;
    width:600px;
    height:298px;
    position:relative;
}

#character h2{
    margin:0;
    width:600px;
    height:23px;
    background:url(../img/5.gif) no-repeat;
    text-indent:-9999px;
    overflow:hidden;
}

#ch_bt1,
#ch_bt2{
    width:80px;
    height:275px;
    position:absolute;
    top:23px;    
    cursor:pointer;
    text-indent:-9999px;
    overflow:hidden;
    z-index:100;
}

#ch_bt1{
    left:0;
    background:url(../img/bt1.png) no-repeat;   
    display:none;  
}

#ch_bt2{
    right:0;
    background:url(../img/bt2.png) no-repeat;
}

#ch_container{
    width:600px;
    height:275px;
    overflow:hidden;
    position:relative;
}

#ch_body{
    width:4200px;
    height:275px;
    position:absolute;
    left:0;
}

#ch_body img{
    float:left;
    width:600px;
    height:275px;
}
