.ticker {   

  background:#fff;
  margin:10px;
  width:600px;
        -moz-border-radius: 8px; 
        -webkit-border-radius: 8px;
 }
.ticker-div {  background:#fff;
  border:1px solid #eee;
  margin:10px 0;
  width:100%;
  overflow:none;
  height:70px;
        -moz-border-radius: 8px; 
        -webkit-border-radius: 8px; }
