@charset "utf-8";
/* CSS Document */

#newsTicker {
	width: 940px;
	height: 400px;
	margin: 5px;
	padding: 0px;
	clear: both;
	
}
#newsTicker .SlidingPanels {
	width: 940px;
	height: 400px;
	float: left;
	background-color: #052c3c;
	border: 1px solid #082c3a;
}
#newsTicker .SlidingPanelsContentGroup {
	width: 9300em;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	height: 380px;
}
#newsTicker .SlidingPanelsContent {
	float: left;
	width: 940px;
	;
	height: auto;
	margin: 0px;
	padding: 0px;
}

#newsTicker img {
	float: left;
	margin-right: 4px;
}

#newsTicker .SlidingPanelsContent .content {
	margin: 0px auto;
	float: left;
}
#item1 .content, #item2 .content, #item3 .content {
	border-right: dashed 1px #999999;
}
#newsTicker .content {
	height: auto;
	padding: 0px;
	width: 940px;
}

#newsTicker p {
	margin: 4px 4px;
}

#newsTicker .prev {
	text-align: left;
	padding: 4px 4px;
	clear: both;
}

#newsTicker .next {
	text-align: right;
	padding: 4px 4px;
	clear: both;
}

.SlidingPanelsAnimating * {
	overflow: visible !important;
}

/*#newsTicker .navLinks {
	clear: both;
	text-align: center;
	border:  solid 1px #0574a5;
	padding: 10px;	
	width: 9360px;
	height: auto;
}*/
.navLinks {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	width: 940px;
	clear: both;
	float: left;
	padding: 4px;
	margin: 4px;
}

