* { margin:0; padding:0; }

#newsticker-demo 
{ 
	width:167px;
	height:380px; 
	/*background:#EAF4F5;*/ 
	/*padding:5px 5px 0;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:2px auto;
	padding-left:3px;
	padding-right:2px;
	/*margin:20px auto;
	margin-top:2px;
	margin-left:5px;*/
	float:none;
}

#newsticker-demo a { text-decoration:none; }
#newsticker-demo img { border: 2px solid #FFFFFF; }

#newsticker-demo .title 
{
	/*text-align:center;
	font-size:14px;
	font-weight:bold;
	padding:5px;*/
	width:228px;
	height:20px;
	/*padding-left:5px;*/
	margin:2px auto;
	background-image:url(images/hometab_hdr.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#011396;
	font-weight:bold;
	line-height:20px;
	text-align:center;
}

.newsticker-jcarousellite 
{ 
	width:167px;
	height:370px;
	/*border:1px solid #cecece;
	padding:3px 5px;*/ 
}
	
.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:right;*/ 
	width:167px;
	height:300px; 
}

.newsticker-jcarousellite .info p
{
	font-size:11px;
	font-weight:bold;
	margin-top:3px;
	text-decoration:underline;
	width:220px;
}

.newsticker-jcarousellite .info span.cat { display: block; font-size:11px; color:#000000; margin-top:10px; width:167px; }

.clear { clear: both; }
