@charset "utf-8";
/* CSS Document */
#NewsTicker{
	width:300px;
	height:350px;
	color: #FFF;
	margin-top: 20;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: repeat-x;
}
	#NewsTicker h1{
	padding:6px;
	border:0;
	font-size:12px;
	font-weight:bold;
	margin: 0px;
	}
	#NewsVertical {
	width: 250px;
	height: 290px;
	display: block;
	overflow: hidden;
	position: relative;
	margin-top: 10px;
	margin-left: 5px;
	}
	#controller{
	padding:6px;
	font-size:36px;
	color:#AA211F;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666;
	width: 250px;
	}
	#play_scroll_cont{
	display:none;
	color: #FFF;
}
/* --------------- */
/* Ticker Vertical */
	#TickerVertical {
	width: 250px;
	height: 300px;
	display: block;
	list-style: none;
	padding: 0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	}
	#TickerVertical li {
	display: block;
	width: 225px;
	color: #FFF;
	text-align: left;
	font-size: 15px;
	margin: 0;
	padding: 6px;
	float: left;
	}
		#TickerVertical li .NewsTitle{
	display: block;
	font-size: 16px;
	font-weight:bold;
	margin-bottom:6px;
	margin-top: 20px;
		}
		#TickerVertical li .NewsTitle a:link,
		#TickerVertical li .NewsTitle a:Visited {
	display: block;
	color: #000000;
	font-size: 14px;
	font-weight:bold;
	margin-bottom:6px;
	text-decoration:none;
	margin-top: 5px;
		}
		#TickerVertical li .NewsTitle a:hover {
			text-decoration:underline;
		}
		
		#TickerVertical li .NewsImg{
			float:left;
			margin-right:10px;
		}
		#TickerVertical li .NewsFooter{
			display: block;
			color: #000000;
			font-size: 10px;
			margin:6px 0 14px 0;
		}
a:link {
	color: #CCC;
	text-decoration: none;
}
.style3 {color: #BBBBBB}
.style3 {color: #DDDDDD}
a:visited {
	text-decoration: none;
	color: #CCC;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
}
