@charset "utf-8";
/* CSS Document */

*{
	margin:0; padding:0;
}  

.news-date{
	font-size:11px;
	padding:12px 0 17px;	
	line-height:11px;
}

p.info-text{
	font-size:11px;
	padding:12px 0 17px;
	color:#FFF;
	line-height:11px;
}
  
#newsticker-demo{ 
	width:688px;
	height:40px;
	padding:0px 5px 0;  
	/*font-family:Verdana,Arial,Sans-Serif;*/  
	font-size:12px;  
	margin:0; 
	position:relative;
	float:left;
	background-color:black;
}
  
#newsticker-demo a{
	text-decoration:none;
}

#newsticker-demo img{
	border: none;
}
  
#newsticker-demo .title{  
	text-align:center;  
	font-size:14px;  
	font-weight:bold;  
	padding:5px;  
}
  
.newsticker-jcarousellite{
	width:620px;
	height:40px !important;
}

.newsticker-jcarousellite ul li{
	list-style:none;
	display:block;
}

.newsticker-jcarousellite .thumbnail{
	float:left;
	width:115px;
}

.newsticker-jcarousellite .info{
	float:left;
	width:505px;
	height:40px;
}

.newsticker-jcarousellite .info span.cat{
	display:block;
	font-size:10px;
	color:#808080;
}
  
.clear { clear: both; }