@charset "utf-8";
/* CSS Document */
#listticker{
	height:210px;
	width: 300px;
	overflow:hidden;
	border:solid 1px #DEDEDE;
	padding: 5px 5px 5px 5px;
}
#listticker li{
	border:0; margin:0; padding:0; list-style:none;
}

	#listticker li{
		height:60px;
		padding:5px;
		list-style:none;
	}
		#listticker a{
			color:#000000;
			margin-bottom:1px;
		}
		#listticker .news-title{
			display:block;
			font-weight:bold;
			margin-bottom:4px;
			font-size:11px;
		}
		#listticker .news-text{
	display:block;
	font-size:11px;
	color:#666666;
	width: 280px;
        margin:auto;
       	height: 50px;
	cursor: default;
	

		}
		#listticker img{
			float:left;
			margin-right:14px;
			padding:4px;
			border:solid 1px #DEDEDE;
			width: 30px;
			height: 30px;
		}
/*Job steam.. */
#streams {
height: 609px;
width: 269px;
overflow: hidden;
border: solid 1px #DEDEDE;
padding: 5px 10px 20px 15px;
}
#streams li{
	border:0; margin:0; padding:0; list-style:none;
}

	#streams li{
		height:auto;
		padding:5px;
		list-style:none;
	}
	
	#streams ul{
	float:left;  
	margin:0px 0 0 5px; 
	height:0px;
		}
		#streams a{
			color:#000000;
			margin-bottom:
		}
		#streams .news-title{
			display:block;
			font-weight:bold;
			margin-bottom:4px;
			font-size:11px;
		}
		#streams .news-text{
	display:block;
	font-size:11px;
	color:#666666;
	width: 120px;
	height: auto;
	cursor: default;
	float: left;

		}
		#streams img{
			float:left;
			margin-right:14px;
			padding:4px;
			border:solid 1px #DEDEDE;
			width: 30px;
			height: 30px;
		}

