#news {
    float:right;
    width:195px;
    height:366px;
    padding:0;
    background-image:url('../../img/news_bg.png');
    background-repeat:no-repeat;
    line-height:1.3em;
}

#news .heading{
    padding-top:11px;
    padding-left:10px;
    font-size:16px;
    color:#DEDC25;
}

#news .heading img{
    float:right;
    margin-right:10px;
}

#news .items {
    position:absolute;
    height:20000em;
    margin:0px;
}

#news .items div.entry {
    min-height:50px;
    padding:10px 0 10px 0;
}

#iqudoTeaser{
    position:absolute;
    top:0px;
    left:385px;
    font-size:10px;
    line-height:11px;
    text-align:justify;
}

#triggerIqudoInfo{
    cursor:pointer;
    float:right;
    height:52px;
    margin-right:2px;
    margin-top:15px;
    width:48px;
}


#newsScrollable { margin:25px 0 10px 8px; width: 186px; clear: both; }
#newsScrollable .viewport { width: 170px; height: 255px; overflow: hidden; position: relative; }
#newsScrollable .overview { width: 170px; list-style: none; position: absolute; left: 0; top: 0; }
#newsScrollable .scrollbar { position: relative; float: right; width: 10px; }
#newsScrollable .track { display:none; background-color:#f4f5f6; height: 100%; width:10px; position: relative; padding: 0px; }
#newsScrollable .thumb { background-color:#DEDC25; height: 20px; width: 10px; cursor: pointer; overflow: hidden; position: absolute; top: 0; }
#newsScrollable .disable{ display: none; }
