body {
	font-family:Arial, Helvetica, sans-serif;
}
#NewsTicker{
	border:2px solid #39841F;
	width:250px;
	height:378px;
	float: right;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #EDF2EB;
	background-image: url(../images/backgroundhorse1.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}
	#NewsTicker h1{
	border:0;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	height: 32px;
	text-align: center;
	vertical-align: middle;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 25px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-image: url(../images/mainmenu.jpg);
	}
	#NewsVertical {
	width: 240px;
	height: 310px;
	display: block;
	overflow: hidden;
	position: absolute;
	}
	#controller{
	padding:6px;
	font-size:11px;
	color:#666;
	}
	#play_scroll_cont{display:none;}
/* --------------- */
/* Ticker Vertical */
	#TickerVertical {
	width: 240px;
	height: 310px;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	#TickerVertical li {
	display: block;
	width: 230px;
	color: #666666;
	text-align: justify;
	font-size: 11px;
	margin: 0;
	padding: 6px;
	float: left;
	}
		#TickerVertical li .NewsTitle{
	display: block;
	color: #333333;
	font-size: 12px;
	font-weight:bold;
	margin-bottom:6px;
		}
		#TickerVertical li .NewsTitle a:link,
		#TickerVertical li .NewsTitle a:Visited {
	display: block;
	color: #333333;
	font-size: 12px;
	font-weight:bold;
	margin-bottom:6px;
	text-decoration:none;
		}
		#TickerVertical li .NewsTitle a:hover {
	text-decoration:none;
	color: #4E9036;
		}
		
		#TickerVertical li .NewsImg{
			float:left;
			margin-right:10px;
		}
		#TickerVertical li .NewsFooter{
	display: block;
	color: #579741;
	font-size: 10px;
	margin:6px 0 14px 0;
		}

