
#ulhd {
    list-style: none;
    margin: 0;
    padding: 0
}

#ulhd img {
    vertical-align: top;
    width: 935px;
    height: 280px;
}

#logo{
    width: 935px;
    height: 100px;
}

.imgbox {
    width: 935px;
    height: 280px;
    margin: 0;
    padding: 0;
    border: 0;
}

.inner {
    width: 935px;
    height: 280px;
    background-color: pink;
    overflow: hidden;
    position: relative;
}

.inner ul {
    width: 1000%;
    position: absolute;
    top: 0;
    left: 0;
}

.inner li {
    float: left;
}

.square {
    position: absolute;
    left: 417px;
    bottom: 0;
}

.square span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: lightgray;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    color: lightgray;
}
.square span.current {
    background-color: dimgray;
    color: dimgray;
}