#scrollingPane {
    height: auto !important;

    height: 100%; /*IE6*/
    min-height: 100%; /*Rest*/

    position: absolute;
    /*top: 50px;*/

    z-index: -5;
    width: 100%;
    overflow: hidden;
}

#scrollViewPane {
    /*background: none repeat scroll 0 0 #000;*/

    height: auto !important;
    left: 0;

    /*height: 100%;*/
    min-height: 100%;

    position: fixed;
    top: 0;
    width: 100%;
    min-width: 1024px;
    /*z-index: 2;*/
}

#scrollViewPane img {
    min-height: 100%;

    position: fixed;
    top: 0;
    width: 100%;
    min-width: 1024px;

    left: 0;
}

#scrollViewPane div.scrollViewPane-single {
    position: absolute;
    /*z-index: 3;*/
}

#scrollViewPane div.scrollViewPane-single-new {
    display: inline-block !important;
}

#controlbox {
    width: 100%;
    height: 20px;
    padding: 15px 5px 5px 15px;
}

#scrollViewPane-controlBox {
    height: 14px;
    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;
}
