body{
	margin: 0px; padding:0px;
}
	
#newsticker-demo {	
	width:240px;   
	padding:0px;  
	font-family:Verdana,Arial,Sans-Serif;  
	font-size:12px; 
}
#newsticker-demo a { 
    text-decoration:none; 
}
#newsticker-demo img { 
    border: 0px solid #FFFFFF; 
}

#newsticker-demo .title {    
    text-align:center;  
	font-size:14px;  
	font-weight:bold;  
	padding:5px;
}

.newsticker-jcarousellite { 
	margin-top:5px;
    width:240px; 
}

.newsticker-jcarousellite ul li { 
	list-style:none; 
	display:block; 	 
	margin-bottom:7px; 
	height:80px; 
	border-bottom: 0px dotted black; 
} 
.newsticker-jcarousellite .box {
	padding-bottom:10px;
}
.newsticker-jcarousellite .thumbnail { 
	float:left; 
	width:105px; 
	margin-left:5px; 
	overflow:hidden; 
}  

.newsticker-jcarousellite .info { 
	float:left; 
	width:115px; 
	margin-left:10px; 
	margin-right:5px; 
	overflow:hidden;
	font-weight: bold; 
	font-size: 13px; 
}

.newsticker-jcarousellite .info a { 
	color: #2572B5;
}

.newsticker-jcarousellite .info span.cat { 
	display: block; 
	font-size:12px; 
	color:#808080; 
	margin-top: 6px;
}

.newsticker-jcarousellite .info span.location {
	display: block; 
	font-size:12px; 
	color:#808080; 
}

.clear { 
	clear: both; 
	height:10px;
}	