/* CSS Document */


#newsticker-demo {
width:155px;
background:transparent;
padding:5px 0px 0px 6px;;
font-family:Verdana,Arial,Sans-Serif;
font-size:12px;
margin:11px auto 20px auto;
  position:relative; z-index:0;

}

#newsticker-demo a { text-decoration:none; cursor:default; }
#newsticker-demo img { border: none; }

#newsticker-demo .title {
text-align:center;
margin-top:5px;
}


.newsticker-jcarousellite {width:150px;}
.newsticker-jcarousellite ul li{ list-style:none; display:block; padding-bottom:1px; margin-bottom:3px; }
.newsticker-jcarousellite .thumbnail {width:149px; height:99px;margin-top:3px;border-top:dotted thin #e2e3e2; border-bottom:dotted thin #e2e3e2; padding: 5px 0;}
.newsticker-jcarousellite .info {width:150px;}
.newsticker-jcarousellite .info span.cat { display: block; font-size:10px; color:#808080; }
 
.clear { clear: both; }
