
#newsTicker {
	width: 500px;
	xborder: solid 1px #999999;
	xfloat: left;
	xborder-left: solid 1px #CCC;
	xborder-right: solid 1px #999;
	xborder-top: solid 1px #999;
	xborder-bottom: solid 1px #CCC;
	xbackground-color: #DDD;
}

#newsTicker .SlidingPanels {
	width: 600px;
	height: 330px;
	float: left;
}

#newsTicker .SlidingPanelsContentGroup {
	width: 8000em;
	float: left;
}

#newsTicker .SlidingPanelsContent {
	float: left;
	width: 600px;
	height: 330px;
}

#newsTicker img {
	float: left;
	margin-right: 4px;
}


#newsTicker .SlidingPanelsContent .content {
	margin: 4px auto;
	float: left;
}

#item1 .content, #item2 .content, #item3 .content {
	border-right: none 0px #999999;
}

#newsTicker .content {
	height: 500px;
	padding: 0px 4px;
}

#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-top:  solid 1px #CCC;
	padding-top: 4px;
	padding-bottom: 4px;
	border: solid 1px #999;
}

.style1 {color: #006600}
