
.news_header{
	background:url(../use_images/news_header.jpg) no-repeat #839cbf;
	box-shadow: 0 1px 3px #888;
	z-index: 1;
	position: relative;
	height: 44px;
}
.news_line{
	border-bottom:dotted #196199; border-bottom-width:2px; padding-bottom:15px;
}
.tn-data{
	height:350px;
	background-image: -webkit-radial-gradient(circle closest-corner, #fafafa 30%, #c9c9c9 100%);
	background-image: -moz-radial-gradient(circle closest-corner, #fafafa 30%, #c9c9c9 100%);
	background-image: -o-radial-gradient(circle closest-corner, #fafafa 30%, #c9c9c9 100%);
	background-image: radial-gradient(circle closest-corner, #fafafa 30%, #c9c9c9 100%);	
}

.tn-footer{
	background:url(../use_images/footer.jpg) no-repeat center top;
	height: 10px;
	border-radius: 0 0 3px 3px;
}



* { margin:0; padding:0; }

#newsticker-demo { 
width:310px; 
/*background:#EAF4F5; */
padding:0px 5px 0; 
font-family:Verdana,Arial,Sans-Serif;
font-size:12px;
margin:0px auto;
/*background-image:url(use_images/news_back.jpg);
background-repeat:no-repeat;
height:325px;*/
line-height: 18px;
}

#newsticker-demo a { text-decoration:none; }
#newsticker-demo img { border:none; }

#newsticker-demo .title {
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
font-size:16px;
padding:10px;
color:#FFF;
font-weight:bold;
text-shadow: 1px 1px 0 #7086a5;
}

.newsticker-jcarousellite { width:300px; height:300px; padding-top:10px; margin-top:10px;}
.newsticker-jcarousellite ul li{ list-style:none; display:block; padding:5px; margin:5px; text-align:left;  }
.newsticker-jcarousellite .thumbnail { float:left; width:110px; }
.newsticker-jcarousellite .info { float:left; width:270px;  margin-top:8px;  }
.newsticker-jcarousellite .info span.cat { display: block; font-size:10px; color:#808080; }

.clear { clear: both; }
