@charset "utf-8";
/* CSS Document */
#newsTicker {
	width: 851px;
	border: solid 1px #999999;
	float: left;
	border-left: solid 1px #f39c00;
	border-right: solid 1px #cf8f1c;
	border-top: solid 1px #cf8f1c;
	border-bottom: solid 1px #f39c00;
	background-color: #2f2e2e;
}
#newsTicker .SlidingPanels {
	width: 853px;
	height: 140px;
	float: left;
}
#newsTicker .SlidingPanelsContentGroup {
	width: 8000em;
	float: left;
}
#newsTicker .SlidingPanelsContent {
	float: left;
	width: 213px;
	height: 140px;
}

#newsTicker img {

	margin:10px 0 10px 0;
}

#newsTicker .SlidingPanelsContent .content {
	margin: 13px auto;

}
/*#item1 .content, #item2 .content, #item3 .content {
	border-right: dashed 1px #999999;
}*/
#newsTicker .content {
	height: 80px;
	padding: 0px 4px;
	text-align:center;
}

#newsTicker p {
	margin: 4px 4px;
}

#newsTicker .prev {
	text-align: left;
	padding: 4px 4px;
	clear: both;
}

#newsTicker .next {
	text-align: right;
	padding: 4px 4px;
}

.SlidingPanelsAnimating * {
	overflow: visible !important;
}

#newsTicker .navLinks {
	clear: both;
	text-align: center;
	border-top:  solid 1px #CCC;
	padding-top: 4px;
	padding-bottom: 4px;
	border: solid 1px #724f1f;
}
