.handheld {
    display: block;
}

.jScrollPaneTrack {
    display: none;
}

#handheld_wrapper {
    width: 950px;
    margin-left: -475px;
    height: 556px;
    top: 216px;
    left: 50%;
    position: absolute;
}

#hand_buttons {
    position: absolute;
    left: 890px;
    top: 220px;
    width: 33px;
    height: 115px;
    z-index: 1001;
}

.motion #hand_buttons {
    left: 360px;
    top: 220px;
}

#button_up {
    position: absolute;
    left: 0;
    top: 0;
    width: 33px;
    height: 43px;
    background: url('../img/arr_up.png') left -43px no-repeat;
}

#button_down {
    position: absolute;
    left: 0;
    top: 70px;
    width: 33px;
    height: 43px;
    background: url('../img/arr_down.png') left -43px no-repeat;
}

#button_up.jScrollActiveArrowButton {
    background: url('../img/arr_up.png') left top no-repeat;
}

#button_down.jScrollActiveArrowButton {
    background: url('../img/arr_down.png') left top no-repeat;
}

