#scrollable_news{
width: 290px;
height: 280px;
border: 0px solid black;
margin-left:-1px;


}

 div#scrollable_news .press_news {
    margin-left:3px;
    width:300px;
}
 div#scrollable_news .press_news h2 {
        font-size:12px;
        color:#5f5f5f;
        margin-bottom:5px;
    }
 div#scrollable_news .press_news p {
        text-align:justify;
        width:285px;
    }

#products_ticker {
    position:relative;
    margin-bottom: 20px;
}
    
#products_ticker #ticker_tools{
    position:absolute;
    right:0;
    top:-4px;
}

#products_ticker #ticker_tools a {
    height:16px;
    line-height:16px;
    padding:0;
    margin:0;
}

#products_ticker #ticker_tools a img {
    border:none;
}
#products_ticker #ticker_tools span#news_counter {
    color:#b7c8e3;
    margin-top:0;
    padding-top:0;
    position:relative;
    top:-14px;
}
#products_ticker #ticker_tools #news_current {
    margin-right:2px;
}

#products_ticker #ticker_tools #prev_news,
#products_ticker #ticker_tools #next_news {
    top:-2px;
    position:relative;
}