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

#newsScrollable {
    width:180px;
    height:230px;
    margin-top:35px;
    margin-left:10px;
    padding:0;
    position:relative;
    overflow:hidden;
}

#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;
    margin-bottom:20px;
}

#news .items div.date {

}

#news #newsAction {
    margin-top:7px;
}

#news #newsAction a {
    display:block;
    cursor:pointer;
    width:20px;
    margin-left:85px;
    padding-top:5px;
}

#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;
}