 
.newsticker_wrapper {
    font: 13px/32px Arial, Helvetica, sans-serif;
    /* color: #7ca9ce;  */
    height: 30px;
    background-color: #fff;
    background-image: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#fff), color-stop(0.5, #fff), to(#e5e6e7)); 
    background-image: -webkit-linear-gradient(left, #fff, #fff 50%, #e5e6e7); /* Safari 5.1+, Mobile Safari, Chrome 10+ */
    background-image: -moz-linear-gradient(left, #fff, #fff 50%, #e5e6e7); /* Firefox 3.6+ */   
    background-image: -ms-linear-gradient(left, #fff, #fff 50%, #e5e6e7); /* IE 10+ */
    background-image: -o-linear-gradient(left, #fff, #fff 50%, #e5e6e7); /* Opera 11.10+ */
    
    border-style: solid;
    border-width: 1px;
    border-top-color: #b0b2b3;
    border-bottom-color: #c9cacc;    
    border-right-color: #b7b8ba;
    border-left-color: #c9cacc;
    -webkit-text-size-adjust: none;
} 

.newsticker_wrapper .newsticker_title {    
    float: left;
    background: transparent url('newsticker_grau/list_bg.png') no-repeat top right;
    padding-right: 6px;
    margin-right: 15px;
}

.newsticker_wrapper h4 {
    color: #fff;
    height: 100%;
    overflow: hidden;    
    margin: 0;
    padding: 0 6px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #333;
	/* background-image:url(newsticker_grau/title_gradient.png); */
    background-color: #8f8f8f; /* fallback/image non-cover color */
    background-image: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#676565), to(#8f8f8f)); 
    background-image: -webkit-linear-gradient(left, #676565, #8f8f8f); /* Safari 5.1+, Mobile Safari, Chrome 10+ */
    background-image: -moz-linear-gradient(left, #676565, #8f8f8f); /* Firefox 3.6+ */   
    background-image: -ms-linear-gradient(left, #676565, #8f8f8f); /* IE 10+ */
    background-image: -o-linear-gradient(left, #676565, #8f8f8f);  /* Opera 11.10+ */
}

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

.newsticker li {
    padding: 0 15px;
	color: grau;
} 

.newsticker a {
    color: #333;
}

.newsticker_controls {
    position: absolute;
    right: 9px;
    top: 0;
    list-style-type: none;
    list-style-image: none;    
    background-color: transparent;
    z-index: 30;
    margin: 0 0 0 10px;
}

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

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

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

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

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

.newsticker_controls .previous {
    background-image: url('newsticker_grau/previous.png');   
}

.newsticker_controls .previous:hover {
    background-image: url('newsticker_grau/previous-hover.png');   
}

.newsticker_controls .next {
    background-image: url('newsticker_grau/next.png');   
}
.newsticker_controls .next:hover {
    background-image: url('newsticker_grau/next-hover.png');   
}

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

/* Scroll */
.newsticker_style_scroll .newsticker_title {
    margin-right: 10px;
}

.newsticker_style_scroll .newsticker {
    background: none;
}

.newsticker_style_scroll .newsticker li {
    margin-right: 30px;
    padding: 0;
}

