/*

.tickeroverlay-left
{
	background-image:url('left.png');
	display:block;
	pointer-events:none;
	position:absolute;
	z-index:30;
	height:12px;
	width:150px;
	top:0;
	left:-2px;
}
	
.tickeroverlay-right{
	background-image:url('right.png');
	display:block;
	pointer-events:none;
	position:absolute;
	z-index:30;
	height:12px;
	width:150px;
	top:0;
	right:-2px;
}
.tickercontainer 
{
//background: #7a7a7a; 
width: 100%; 
height: 20px; 
margin: 0; 
padding: 0;
overflow: hidden; 
}
.tickercontainer .mask 
{ 
	
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	top: 3px;
	height: 18px;
	
	overflow: hidden;
}


ul.newsticker 
{ 	
	
	-webkit-transition: all 0s linear;
	-moz-transition: all 0s linear;
	-o-transition: all 0s linear;
	transition: all 0s linear;
	position: relative;
	margin-left: 20px;
	font: bold 10px Verdana;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.newsticker li 
{
	float: left; 
	margin: 0;
	padding-right: 15px;
	
	
}
ul.newsticker a 
{
	white-space: nowrap;
	padding: 0;
	//color: #0088cc;
	color:#9e2023;
	font: bold 1.2em Verdana;
	margin: 0 50px 0 0;
	
	
} 

ul.newsticker span 
{
	margin: 0 10px 0 0;
} 

*/


.ticker-container
	{
		overflow: hidden;
		height: 2.9%;
		border:1px solid #1064ad;
		border-top-left-radius:15px;
		border-bottom-left-radius:15px;
	}


	.ticker-title
	{
		background-color:#1064ad;
		border-radius:15px;
		color:white;
		font-weight:bold;	
	}

	
	.ticker-text
	{
		white-space:nowrap;
		display:inline-block;
	}

	
	.ticker-text a
	{
		color:#9e2023;
		font-weight:bold;
	}