/* CSS Document */
 
 
#listticker{
	height:145px;
	width:270px;
	overflow:hidden;
	border:solid 0px #DEDEDE;
	 
	position:relative;
	top:-20px; *top:0px;
}

#listticker li, a{
	border:0; margin:0; padding:0; list-style:none; background-image:none; 
}

	#listticker li{
		height:90px;
		padding:5px;
		list-style:none; background-image:none;  
	}
		#listticker a{
			color:#000000;
			margin-bottom:0; background-image:none; 
		}
		#listticker .news-title{
			display:block;
			font-weight:normal;
			margin-bottom:4px;
			font-size:14px; background-image:none; 
		}
		#listticker .news-text{
			display:block;
			font-size:12px;
			color:#666666; background-image:none; 
		}
		#listticker img{
			float:left;
			margin-right:14px;
			padding:4px;
			border:solid 1px #DEDEDE; 
		}
		
		
 
 #sliderblock {height:107px;  }