* { margin:0; padding:0; }



#newsticker-demo{
	float:left;
	width:485px;
	height:185px;
	border: 1px solid #CCC;
	padding:5px;
	}

#newsticker-demo1{
	float:left;
	width:990px;
	height:auto;
	border: 1px solid #CCC;
	padding:5px;
	}

#newsticker-demo a { text-decoration:none; }
#newsticker-demo img { border: 2px solid #FFFFFF; }

#newsticker-demo .title {
font-size:16px;
	font-weight:bold;
	color:#343434;
	margin:5px 0px 5px 0px;
	border-bottom:#004f91 solid 2px;
}

#newsticker-demo1 .title1 {
font-size:16px;
	font-weight:bold;
	color:#343434;
	margin:5px 0px 5px 0px;
	border-bottom:#004f91 solid 2px;
}

.newsticker-jcarousellite { width:auto; }
.newsticker-jcarousellite ul li{ list-style:none; display:block; padding-bottom:1px; margin-bottom:5px; }
.newsticker-jcarousellite .thumbnail { float:left; width:110px; }
.newsticker-jcarousellite .info { float:left; width:250px; }
.newsticker-jcarousellite .info span.cat { display: block; font-size:10px; color:#808080; }

.clear { clear: both;
    width: 429px;
}

#newsticker-demo .news-box{
	float:left;
	width:470px;
	height:140px;
	border-bottom:#CCC dotted 2px;
	padding:5px;
	margin-bottom:5px;
	}

#newsticker-demo .news-box h3{
	color:#666;
	font-size:14px;
	font-weight:bold;
	display:block;
	margin-bottom:3px;
	}	
#newsticker-demo .news-box h3 span{
	color:#8cb42f;
	font-size:12px;
	}
	
#newsticker-demo .news-box p{
	margin-bottom:3px;
	}	

#newsticker-demo .more-link a{
	float:right;
	color:#557a00;
	font-weight:bold;
	margin:0px;
	}