.m-one {
    width: 880px;
    height: 750px;
    overflow: hidden; 
}

.m-one > img.arrLeft {
    background-color: #0e0e0e;
    opacity: 0.5;
    position: relative;
    left: 0;
    top: 350px;
    width: 20px;
    height: 32px; 
}

.m-one > img.arrRight {
    background-color: #0e0e0e;  
    opacity: 0.5;
    position: relative;
    left: 750px;
    top: 350px; 
    width: 20px;
    height: 32px; 
}

.m-one > img.arrRight:hover, .m-one > img.arrLeft:hover {
    opacity: 1;
}

#scrollbox_1 {
    width: 780px;
    height: 750px;
    overflow: hidden;
}

#con_one_1 #scrollbox_1 ul li {
    FLOAT: left;
    width: 800px;
    height: 750px;
    vertical-align: top;
    font-size: 12px;
    text-align: center;
    padding: 0px;
    overflow: hidden;
    margin: 0 5px; 
}

#con_one_1 #scrollbox_1 img {
    text-align: center;
    width: 750px;
}