#MsgTicker{

	position:relative;
	left:100px;
	top:50px;

	border:solid 1px #cccccc;
	width:560px;
	height:60px;
	margin:0 auto;
	background-repeat: no-repeat;
	background-position:bottom;
}
	#NewsVertical {
	width: 560px;
	height: 55px;
	display: block;
	overflow: hidden;
	position: relative;
	}
/* --------------- */
/* Ticker Vertical */
	#TickerVertical {
		width: 540px;
		height: 55px;
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#TickerVertical li {
		display: block;
		width: 540px;
		color: #333333;
		text-align: left;
		font-size: 11px;
		margin: 0;
		padding: 8px;
		float: left;
	}
