
.newsbox { 
    border-left-style:solid; 
    border-left-width:1px; 
    border-left-color:gray; 
    border-right-style:solid; 
    border-right-width:1px; 
    border-right-color:gray;  
    border-bottom-style:solid; 
    border-bottom-width:1px; 
    border-bottom-color:gray;  
    padding-bottom:0px; 
    margin-bottom: 0px; 
}


.shrunk { 
    width:100%;
    max-height: 55px; 
    overflow: hidden;
}

.expanded { 
    width:100%;
    max-height:1000px; 
}