#scrollingPane{
    height: 100%;
    background: black no-repeat center;
    float: left;
}

#scrollViewPane {
    height: 100%;
    position: relative;
    top: 0;
    z-index: 2;
}

#scrollViewPane div.scrollViewPane-single {
    position: absolute;
    z-index: 3;
}
#scrollViewPane div.scrollViewPane-single-new {
    display: inline-block !important;
}

#scrollViewPane-controlBox {
    height: 14px;
    position: absolute;
    right: 5px;
    z-index: 10 !important;
}

.scrollViewPane-controlBox-single, .scrollViewPane-controlBox-single-active {
    cursor: pointer;
    float: left;
    height: 9px;
    margin: 4px 3px 0;
    width: 9px;
}

.scrollViewPane-controlBox-single {
    background: url("../images/control_off.gif") no-repeat center;
}

.scrollViewPane-controlBox-single-active {
    background: url("../images/control_on.gif") no-repeat center;
}

#scrollViewPane-controlBox-stopPlay {
    background: url("../images/pause.gif") no-repeat center;
    cursor: pointer;
    float: left;
    height: 9px;
    padding: 3px 0;
    width: 0;
}