@charset "UTF-8";
.liveSample {
	background-color: #FFF;
	color: black;
	padding: 0px;
	margin-left: 10px;
	margin-right: 10px;
}
.demoDiv {
	width: 650px;
}
.highlited {
	color: #000000;
}
.grayBG {
}

pre {
	font-family: Verdana, Geneva, sans-serif;
	padding: 0px;
	overflow: auto;
	font-size: 1.1em;
	margin-left: 10px;
	margin-right: 10px;
	border: 1px solid #CCCCCC;
	}

#newsTicker {
	
	width: 650px;
	float: left;
}
#newsTicker .SlidingPanels {
	width: 650px;
	height: 120px;
	float: left;
}
#newsTicker .SlidingPanelsContentGroup {
	width: 2600px;
	float: left;
}
#newsTicker .SlidingPanelsContent {
	float: left;
	width: 325px;
	height: 120px;
}

#newsTicker img {
	float: left;
	margin-right: 4px;
}

#newsTicker .SlidingPanelsContent .content {
	margin: 0px auto;
	float: left;
}
#item1 .content, #item2 .content, #item3 .content {
	border-right: dotted 1px #999999;
}
#newsTicker .content {
	height: 100px;
	padding: 0px 5px;
}

#newsTicker p {
	margin: 0px 0px;
}

#newsTicker .prev {
	text-align: left;
	padding: 0px 0px;
	clear: both;
}

#newsTicker .next {
	text-align: right;
	padding: 0px 0px;
	clear: both;
}

.SlidingPanelsAnimating * {
	overflow: visible !important;
}

#newsTicker .navLinks {
	clear: both;
	text-align: right;
	border-top:  dotted 1px #CCC;
	padding-top: 4px;
	padding-bottom: 4px;
}

