#slideshow1 {
    width: 746px;
    height: 545px;
    float: left;
    margin-top: 11px;
}
#slideshow2 {
    width: 242px;
    height: 545px;    
    margin-left: 756px;
    top: 11px;
    position: relative;
}

.cycle-slideshow {
    overflow: hidden;
}

.cycle-slideshow .cycle-pager span,
.cycle-slideshow .cycle-prev, .cycle-slideshow .cycle-next {
    background: url('../web/web-01/images/sprite-banner-slider.png') 100% 100% no-repeat;
}
.cycle-slideshow .cycle-pager {
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 100%;
    text-align: center;
}
.cycle-slideshow .cycle-pager span {
    display: inline-block;
    width: 25px;
    height: 23px;
    margin: 0 2px;
    background-position: -56px 0;
    cursor: pointer;
    color: #FFFFFF;
    text-align: center;
    font-weight: 700;
    line-height: 23px;
}
.cycle-slideshow .cycle-pager span.cycle-pager-active {
    cursor: default;
    background-position: -56px -23px;
    color: rgba(255,255,255,.5);
}

.cycle-slideshow .cycle-prev, .cycle-slideshow .cycle-next {
    position: absolute;
    top: 228px;
    display: inline-block;
    width: 28px;
    height: 117px;
} 
.cycle-slideshow .cycle-prev {
    left: -30px;
    background-position: 0 0;
}
.cycle-slideshow .cycle-prev:hover {
    background-position: 0 -117px;
}
.cycle-slideshow .cycle-next {
    right: -30px;
    background-position: -28px 0;
}
.cycle-slideshow .cycle-next:hover {
    background-position: -28px -117px;
}