.holder {
        margin: 0;
        display: block;
        float: left;
        /* TEMP */
        margin-bottom: 40px;
}
.scroll-pane {
        width: 592px;
        /*background: #ccc;*/
        float: left;
        padding: 0;
}
#pane1 {
        float: left;
        height: 155px;
        width: 592px;
        padding: 0;
        display: block;
        _overflow: hidden;
}

#pane5 {
        height: 141px;
        width: 40%;
        padding: 0;
        display: block;
        _overflow: hidden;
}

a.jScrollArrowLeft {
        background: url(../../js/jScrollPane/examples/basic_arrow_up.gif) no-repeat 0 0;
}
a.jScrollArrowLeft:hover {
        background-position: 0 -15px;
}
a.jScrollArrowRight {
        background: url(../../js/jScrollPane/examples/basic_arrow_down.gif) no-repeat 0 0;
}
a.jScrollArrowRight:hover {
        background-position: 0 -15px;
}
a.jScrollActiveArrowButton, 
a.jScrollActiveArrowButton:hover {
        background-position: 0 -30px;
}

.orange-bar .jScrollPaneTrack {
        background: url(../../js/jScrollPane/examples/track.gif) no-repeat 50% 50%;
}
.orange-bar .jScrollPaneDrag {
        background: url(../../js/jScrollPane/examples/drag_grab.gif) no-repeat 50% 50%;
}
.orange-bar .scroll-pane {
        /*background: #69f;*/
}
#superbox-overlay{background:#e0e4cc;}
#superbox-container .loading{width:32px;height:32px;margin:0 auto;text-indent:-9999px;background:url(styles/loader.gif) no-repeat 0 0;}
#superbox .close a{float:right;padding:0 5px;line-height:20px;background:#333;cursor:pointer;}
#superbox .close a span{color:#fff;}
#superbox .nextprev a{float:left;margin-right:5px;padding:0 5px;line-height:20px;background:#333;cursor:pointer;color:#fff;}
#superbox .nextprev .disabled{background:#ccc;cursor:default;}


