div.newArticlesContainer { 
    position: relative; 
    overflow: hidden; 
    width: 505px; 
    height: 90px; 
} 
div.newArticlesContainer div.items { 
    /*width: 20000em;
    position: absolute; */
} 
div.newArticlesContainer div.items div { 
    float: left;
	margin:0px 8px;
} 
div.newArticlesContainer div.items div.active { 
    border: 1px inset #ccc; 
    background-color: #fff; 
}
