#newsBox
{
	width: 559px;
	height: auto;
	margin: 30px 36px;
	padding: 7px 0px;
	float: left;
}
* html newsBox
{
	height: 631px;
}
#newsBox h2
{
	color: #092b58;
}
#newsBox #newsticker
{
}
#newsBox li a
{
	text-decoration: none;

	color: #fff;
}
#newsBox li *
{
	line-height: 1.3em;
	padding: 0;
	margin: 0;
}
#newsBox h1
{
	color: #333;
	font-size: 1.2em;
}
.ticker-controls
{
	display: none;
}
/* liScroll styles */

.tickercontainer { /* the outer div with the black border */
	width: 570px;
	padding: 0px 5px;
	float: right;
	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: 10px;
top: 0px;
width: 550px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 100%;
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: #fff;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
margin: 0 50px 0 0;
text-decoration: none;
}
ul.newsticker span {
margin: 0 10px 0 0;
} 
/*
#newsBox div.newsPanel
{
	width: 100%;
	height: auto;
	display: block;
	clear: both;
	float: right;
	margin-bottom: 15px;
	display: none;
}
#newsBox div.newsPanel div
{
	background: #fff;
	padding: 2px;
	clear: both;
	display: block;
	width: 100%;
}
html>body div.newsPanel
{
	min-height: 20px;
	height: auto;
}
#newsBox div.newsPanel div.type
{
	background: none;
	height: 20px;
	margin: 0px 0px 0px -2px;
	font-size: 1.1em;
	color: #333;
	display: none;
}
	#newsBox div.newsPanel div.type span
	{
		background: url(/images/white_90perc.png);
		background: #fff;
		padding: 2px 2px 7px 2px;
		
	}
	html>body #newsBox div.newsPanel div.type span
	{
		min-height: 20px;
		height: auto;
	}

#newsBox a
{
	text-decoration: none;
	color: #333;
}
#newsBox a:hover
{
	text-decoration: none;
}
div.newsPanel div.item *
{
	padding-right: 30px;
	background: #fff;
}
/*existing*/
/*
#newsBox ul
{
	width: 100%;
	height: auto;
	display: block;
	clear: both;
	float: right;
	margin-bottom: 15px;
	display: none;
}
#newsBox li
{
	background: #fff;
	padding: 2px;
	clear: both;
	display: block;
	height: 20px;
}
html>body #newsBox li
{
	min-height: 20px;
	height: auto;
}
#newsBox li.type
{
	background: none;
	height: 20px;
	margin: 0px 0px 0px -2px;
	margin: 0px;
	padding: 0px;
	font-size: 1.1em;
	color: #333;
	display: none;
}
	#newsBox li.type a
	{
		background: url(/images/white_90perc.png);
		background: #fff;
		padding: 2px 2px 7px 2px;
	}
	html>body #newsBox li.type a
	{
		min-height: 20px;
		height: auto;
	}
#newsBox li.title
{
	font-size: 1.3em;
	padding-top: 4px;
}
#newsBox a
{
	text-decoration: none;
	color: #333;
}
#newsBox a:hover
{
	text-decoration: none;
}
li.item *
{
	padding-right: 30px;
	background: #fff;
}
*/
