 
.newsticker_wrapper {
	width:940px !important;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
    font-size: 13px;
	line-height:32px;
	font-family:Tahoma, Geneva, sans-serif;
    color: #617081;  
    height: 30px;
    -moz-border-radius: 3px;
    background-color: #fff;
    background-image: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#fff), color-stop(0.5, #fff), to(#f2f3f4)); 
    background-image: -webkit-linear-gradient(left, #fff, #fff 50%, #f2f3f4); /* Safari 5.1+, Mobile Safari, Chrome 10+ */
    background-image: -moz-linear-gradient(left, #fff, #fff 50%, #f2f3f4); /* Firefox 3.6+ */   
    background-image: -ms-linear-gradient(left, #fff, #fff 50%, #f2f3f4); /* IE 10+ */
    background-image: -o-linear-gradient(left, #fff, #fff 50%, #f2f3f4); /* Opera 11.10+ */
    
    border-style: solid;
    border-width: 1px;
    border-top-color: #DCE0E4;
    border-bottom-color: #DCE0E4;    
    border-right-color: #DCE0E4;
    border-left-color: #DCE0E4;
    border-radius: 3px;
    -webkit-text-size-adjust: none;
} 

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

.newsticker_wrapper h4 {
    color: #fff;
	height:30px;
	line-height:30px;
    overflow: hidden;    
    margin: 0;
    padding: 0 6px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #27ADEB;
    border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    background-color: #27ADEB; /* fallback/image non-cover color */
    background-image: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#279ED6 ), to(#27ADEB)); 
    background-image: -webkit-linear-gradient(left, #279ED6 , #27ADEB); /* Safari 5.1+, Mobile Safari, Chrome 10+ */
    background-image: -moz-linear-gradient(left, #279ED6 , #27ADEB); /* Firefox 3.6+ */   
    background-image: -ms-linear-gradient(left, #279ED6 , #27ADEB); /* IE 10+ */
    background-image: -o-linear-gradient(left, #279ED6 , #27ADEB); /* Opera 11.10+ */
}

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

.newsticker li {
    padding: 0 15px;
} 

.newsticker a {
    color: #27ADEB;
}

.newsticker a:hover,
.newsticker a:active{
    color: #023361;
}




.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('pause000.png');       
}

.newsticker_controls .resume {
    background-image: url('http://masterbench.ch/files/resume.png');       
}

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

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