

#newsticker{ 
position:relative;
margin:10px auto;
margin-top:5px;
padding:0;
border: solid #d6ebff 1px;
width:410px;height:80px;
background: url(/images/newsticker_bkgrd.png);
border-left:solid 1px #4ba5ff;
}



#newsticker h1{
margin: 0;
margin-bottom:3px;
background-color:#d6ebff;/*#678dcc*/
padding:3px;
padding-left:10px;
font-family : "Lucida Grande", "Trebuchet MS",Arial,sans-serif;
color:#013397;
font-weight:bold;
font-size:12px;
border-top:solid 1px #4ba5ff;
}

.newsticker-jcarousellite { width:99%; }

.newsticker-jcarousellite ul li{ 
 list-style:none; 
 display:block; 
 padding-bottom:3px; margin-bottom:10px;
 border-top: solid 1px #f1f2f5;}
 
.newsticker-jcarousellite .thumbnail { 
float:left; 
width:18px;
margin-left:10px;
margin-top:2px;
margin-right:3px; }

.newsticker-jcarousellite .info { 
   margin-top:3px;
   float:left;
   font-size:11px;
   font-family :Verdana,Arial,sans-serif;
   width:360px;}
   
.newsticker-jcarousellite .info a {color:#2c4698;text-decoration:none;}
.newsticker-jcarousellite .info a:hover {color:#000033;text-decoration:none;}

.newsticker-jcarousellite .info span.cat { display: block; font-size:10px; color:#808080; }

.clear { clear: both; }

