/* liScroll styles */

.tickercontainer { /* the outer div with the black border */
//	background: #E6EAE7;
	width: 1007px;
	height: 24px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	left: 0px;
	top: 2px;
	width: 977px;
	overflow: hidden;
}
ul.newsticker { /* that's your list */
	position: relative;
	left: 977px;
	font-size: 14px;
	color: black;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.newsticker li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 0;
	padding: 0;
//	background: #E6EAE7;
}
ul.newsticker a {
	white-space: nowrap;
	padding: 0;
	color: black;
	font-size: 14px;
	color: black;
	margin: 0 10px 0 0;
}
ul.newsticker span {
	color: red;
 	margin: 0 0 0 25px;
}

.news-ticker	{
	width: 1007px;
	min-height: 24px;
	display: block;
	left: 0px;
//	background: #E6EAE7;
    overflow: hidden;
    z-index: 10000;
}
.news-ticker-inner	{
	position: relative;
}
.news-ticker .nt-start	{
	position: absolute;
	z-index: 10000;
	width: 50px;
	height: 24px;
	top: 0;
	left: 20;
//	background: url(bg_newstricker_start.png) 0 0 scroll no-repeat transparent;
}
.news-ticker .nt-end	{
	position: absolute;
	z-index: 10000;
	min-width: 20px;
	height: 24px;
	top: 0;
	right: 0;
//	background: url(bg_newstricker_end.png) 0 0 scroll no-repeat transparent;
	padding-left: 20px;
}
.news-ticker .nt-end a	{
//	background: #3e4145;
//	color: #E6EAE7;
	font-weight: bold;
	line-height: 24px;
	font-size: 14px;
	display: block;
	padding: 0 10px;
	text-decoration: none;
}
