 
.newsticker_wrapper {
    font: 13px Arial, Helvetica, sans-serif;
    color: #fff;    
    border:1px solid #000;
    /*border-radius: 15px;
    -moz-border-radius: 15px;*/
    line-height: 26px;        
    height: 32px;
    background-color: #000;
    background-position: bottom right;
    background-image: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#000), color-stop(0.5, #464648), to(#000)); 
    background-image: -webkit-linear-gradient(left, #000, #464648 50%, #000); /* Safari 5.1+, Mobile Safari, Chrome 10+ */
    background-image: -moz-linear-gradient(left, #000, #464648 50%, #000); /* Firefox 3.6+ */   
    background-image: -ms-linear-gradient(left, #000, #464648 50%, #000); /* IE 10+ */
    background-image: -o-linear-gradient(left, #000, #464648 50%, #000); /* Opera 11.10+ */    
    -webkit-text-size-adjust: none;
} 

.newsticker_wrapper h4 {
    color: transparent;
    height: 100%;
    overflow: hidden;
    padding: 0 18px 0 11px;
    margin: 0 2px 0 0;
    font-style: italic;
    background: transparent url('logo.png') no-repeat 0px -7px;
	width:85px !important;
	height: 33px;
}

.newsticker a {
    color: #FFFFFF !important;
   font-size: 1.05em !important; 
}

.newsticker {
    height: 26px;
    margin: 0;
    padding: 0;    
}

.newsticker li {
    padding: 0 15px;
    list-style-type: none;
    list-style-image: none;
    top: 3px !important;
} 

.newsticker_controls {
    position: absolute;
    right: 10px;
    top: 4px;
    list-style-type: none;
    list-style-image: none;    
    background-color: #000;
    z-index: 26;
    margin: 0;
    padding-left: 10px;
}

.newsticker_controls li {
    float: left;    
    height: 26px;
    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('pause.png');           
}

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

.newsticker_controls .previous {
    background-image: url('previous.png');   
    background-position: left center;
}

.newsticker_controls .next {
    background-image: url('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: 3px 0;
}

.newsticker_scroller {
    margin: 0 0px;
}


