 
.newsticker_wrapper {
	font: 13px Arial, Helvetica, sans-serif;
	color: #0076C4;
	/*border-top: 2px solid #e4e5e5;
    border-bottom: 2px solid #e4e5e5;*/
    padding: 9px 0 !important;
	line-height: 23px;
	height: 23px;
	background-color: #f1f1f1;
	background-repeat: no-repeat;
	background-position: center bottom;
} 

.newsticker_wrapper h4 {
	color: #0076C4;
	text-transform: uppercase;
	border-right: 2px solid #e4e5e5;
	padding: 0 8px 0 9px;
	margin: 0 15px 0 0;
	overflow: hidden;
	font-weight: bold;
}

.newsticker_wrapper a {
	color: #0076C4;
}

.newsticker_wrapper a:link {
	color: #0076C4;
}
.newsticker_wrapper a:hover {
	color: #46474B;
}

.newsticker_wrapper a:visited {
	color: #0076C4;
}

.newsticker_wrapper a:visited:hover {
	color: #46474B;
}


.newsticker {
    margin: 0;
    padding: 0;
}

.newsticker li {
    padding: 0 15px;
}

.newsticker li a {
	
color: #0076C4;	
}

.newsticker_controls {
    position: absolute;
    right: 9px;
    top: 9px;
    list-style-type: none;
    list-style-image: none; 
    margin: 0;    
}

.newsticker_style_reveal .newsticker_controls {
    right: 9px;
    top: 10px;
}

.newsticker_controls li {
    float: left;    
    height: 23px;
    width: 34px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    cursor: pointer;
}

.newsticker_controls .pause {
    background-image: url('/clean_red/pause.png');       
}

.newsticker_controls .resume {
    background-image: url('/clean_red/resume.png');       
}

.newsticker_controls .previous {
    background-image: url('/clean_red/previous.png');   
    border-right: 1px solid #0076C4;
}

.newsticker_controls .next {
    background-image: url('/clean_red/next.png');   
    border-left: 1px solid #0076C4;
}


/* Reveal */
.newsticker_style_reveal .newsticker li {
    left: 15px !important;
}

/* Scroll */
.newsticker_style_scroll .newsticker li {
    margin-right: 80px;
}


/*
THE MARKUP Example for the news ticker

<div class="newsticker_wrapper">
	<h4>The Latest</h4>
	<ul class="newsticker">
		<li>Lorem ipsum dolor sit amet, consectetur adipisicing elit...</li>
		<li>Lorem ipsum dolor sit amet, consectetur adipisicing elit...</li>
		<li>Lorem ipsum dolor sit amet, consectetur adipisicing elit...</li>
		<li>Lorem ipsum dolor sit amet, consectetur adipisicing elit...</li>
		<li>Lorem ipsum dolor sit amet, consectetur adipisicing elit...</li>
	</ul>
</div>
*/