.jScrollPaneContainer {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.jScrollPaneTrack {
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 0;
    height:100%;
    background:none;
    background-image:url(../img/bg_drag.gif);
}
.jScrollPaneDrag {
    position: absolute;
    /*background: #d8c700;*/
    background-image:url(../img/drag.gif);
    cursor: pointer;
    overflow: hidden;
    height:8px !important;
    width:17px;
}
.jScrollPaneDragTop {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.jScrollPaneDragBottom {
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
a.jScrollArrowUp {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    text-indent: -2000px;
    overflow: hidden;
    background: url(../img/arrow-up.html) no-repeat;
    height: 14px;     
}
a.jScrollArrowUp:hover {
    /*background-color: #f60;*/
}

a.jScrollArrowDown {
    display: block;
    position: absolute;
    z-index: 9;
    bottom: 0;
    right: 0;
    text-indent: -2000px;
    overflow: hidden;
    background-image:url(../img/arrow-down.html);
    background-repeat:no-repeat;
    background-position:0px 0px;
    height: 14px;
}
a.jScrollArrowDown:hover {
    /*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
    /*background-color: #f00;*/
}

.scroll-pane {
    height:150px;
    padding:0px;
    overflow: auto;
}

#news-pane.scroll-pane {
    height:335px;   
}

/* News
-------------------------------------------------------------*/

.news-list-item {
    background-image: url("../img/bg_submenu.html");
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-bottom:15px;
    margin-bottom:10px;
    
}

.news-list-container {
    margin-top:10px;
    padding-right:10px;
}

.news-list-container IMG {
    border: medium none;
    float: left !important;
    margin:0px !important;
    padding-top:5px;
}

.news-text {
    display:block;
    width:540px;
    float:right;      
}