#ticker_1 {
 width: 100%;
 height: 850px;
 border: 1px solid #fff;
 overflow: hidden;
 }
 
#ticker_1 dt {
 position: static;
 height:auto;
 text-align: center;
 font: bold 11px Arial;
 font-size-adjust: 0.58;  
 color: black;
 padding: 0px;
 margin: 0px;
 background-color: #f5f5f5;
 border: 1px solid #f5f5f5; 
 }
 
#ticker_1 dd {
 position: static;
 height: auto;
 margin : 0px 0px 0px 0px;
 padding: 0px 0px 5px 0px;
 font: normal 11px Arial;
 background: #fff;	
 border: 1px solid #D3D3D3;
 border-top-left-radius: 5px;
 border-top-right-radius: 5px;	
 box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
 }
 
#ticker_1 dd img{
 position: static;
 float: right;
 margin : 4px 4px 4px 0px;
 padding: 0px 0px 0px 0px;
 }
 
#ticker_1 dd.last {
 border-bottom: 1px solid #ffffff;
 }
  
 #ticker_1 dd .scrtext{
 /*width: 130px;*/	 
 position: static;
 height: auto;
 text-align: left;
 font: normal 11px Arial;
 background-color: transparent;
 border:none;
 color: navy;
 margin : 2px 2px 0px 2px;
 padding: 0px 2px 0px 2px;
 }
 
 #ticker_1 dd .scroller{
 width: 100%;
 text-align: left;
 color: #666;
 font-weight: normal;
 margin-left: 2px;
 font: normal 10px Verdana; 
 }
 
 #ticker_1 dd .scroller a{
 width: 100%;
 text-align: left;
 color: red;
 font-weight: normal;
 margin-left: 10px;
 font: normal 10px Verdana;
 }
 
#ticker_1 dd .scroller img{
 width: 1%;	
 margin-top:1px;
 margin-right:10px;
 margin-left:0px;
 padding:0px;
 float:left;
 }
 
