@media screen {
    #news {
        position: fixed;
        right: 0;
        bottom: 150px;
        height: 155px;
        width: 420px;
        z-index: 200;
    }
    #news .newsentry {
        position: absolute;
        overflow: hidden;
        width: 390px;
        height: 150px;
        top: 0;
        left: 450px;
        background: #fff;
        background-image: -moz-linear-gradient(left, #fff 0%, #E5E6E7 100%);
        background-image: -webkit-linear-gradient(left, #fff 0%, #E5E6E7 100%);
        background-image: -ms-linear-gradient(left, #fff 0%, #E5E6E7 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E5E6E7', GradientType=1);
        box-shadow: 0 3px 20px -6px black;
    }
    #news #news-0.newsentry  {
        left: 0px;
    }
    #news .newsentry .content {
        padding: 10px 15px 15px 10px;
    }
    
          #news .newsentry .content p{
    	color: #000 !important;
    }
      #news .newsentry .content h2{
    	color: #000 !important;
    }
    #news .newsentry h2{
        color: #000;
        font-size: 20px;
        margin: 0;
        padding: 0 0 0 0;
    }
    #news .newsentry p {
        color: #000;
        font-size: 13px;
        margin: 5px 0 0 0;
    }    
    
    #news .newsentry a {
    	color: #000 !important;
        text-decoration: underline;
    } 

        
    #news-nav {
        position: fixed;
        right: 0;
        bottom: 155px;
        height: 150px;
        width: 30px;
        z-index: 200;
    }
    #news-nav .toggler {
        position: absolute;
        right: 0;
        bottom: 0;
        background: url(../img/newstoggler.jpg) no-repeat center center;
        width: 30px;
        height: 30px;
        cursor: pointer;
        box-shadow: 5px 5px 20px -4px #000000;
    }
    
    #news-nav .toggler.active {
        background: url(../img/newstoggler_active.jpg) no-repeat center center;
    }
    
    #news-nav .newsnavigation {
        position: absolute;
        right: 0;
        top: 0px;
        height: 150px;
        width: 30px;
        overflow: hidden;
    }
    #news-nav .newsnavigation .newsnav {
        width: 30px;
        height: 30px;
        background: #F8F8F8;
        border-bottom: 1px solid #E3E4E5;
        cursor: pointer;
    }
    #news-nav .newsnavigation .newsnav.active,
    #news-nav .newsnavigation .newsnav:hover {
        background: #D2D2D2;
    }
}