
.newsticker_wrapper {
    color: #fff;    
    line-height: 32px;        
    height: 32px;
} 

.newsticker_title {
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    padding: 0 14px 0 0;
	text-transform:uppercase;
	color:#F96D5B;
	font-size:14px;
	background: transparent url('../images/ticker/title_separator.png') no-repeat 100% 50%;
}
.newsticker a{
	color:#fff;
	text-transform:uppercase;
}
.newsticker a:hover {
    color: #F96D5B;
}

.newsticker {
    height: 32px;
    margin: 0;
    padding: 0;    
}

.newsticker li {
    padding: 0 10px;
    list-style-type: none;
    list-style-image: none;
} 

.newsticker_controls {
    position: absolute;
    right: 15px;
    top: 0;
    list-style-type: none;
    list-style-image: none;    
    background-color: #000;
    z-index: 30;
    margin: 0;
    padding-left: 10px;
}

.newsticker_controls li {
    float: left;    
    height: 30px;
    background-repeat: no-repeat;
    background-color: #000;
    cursor: pointer;
}

.newsticker_controls .previous,
.newsticker_controls .next {
    width: 12px;
}

.newsticker_controls .pause,
.newsticker_controls .resume {
    width: 13px;
    padding: 0 10px;
    background-position: center;
}

.newsticker_controls .pause {
    background-image: url('../images/ticker/pause.png');           
}

.newsticker_controls .resume {
    background-image: url('../images/ticker/resume.png');       
}

.newsticker_controls .previous {
    background-image: url('../images/ticker/previous.png');   
    background-position: left center;
}

.newsticker_controls .next {
    background-image: url('../images/ticker/next.png');   
    background-position: right center;
}

.newsticker_style_reveal .newsticker li {
    left: 15px !important;
}

/* Reveal */
.newsticker_style_reveal .newsticker li {
    left: 15px !important;
}

/* Scroll */
.newsticker_style_scroll .newsticker li {
    margin-right: 80px;
    padding: 0;
}

.newsticker_scroller {
    margin: 0 10px;
}



