/* "Corporate Blue"" skin for jQuery newsticker
 Design & code by Studio 164a */ 
 
.newsticker_wrapper {
    font:1em 'UniSansBookRegular' normal;
    color:rgb(225,225,225);    
    line-height: 50px;        
    height: 50px;
    background-color: transparent;
    background-position: bottom right;  
    -webkit-text-size-adjust: none;
} 

.newsticker_wrapper h4 {
    color:rgb(225,225,225);
	text-transform:uppercase;
    height: 100%;
    overflow: hidden;
    padding: 0 14px 0 20px;
    margin: 0 11px 0 0;
    font-style: normal;
    background: transparent url('dark/title_separator.png') no-repeat 100% 6px;
}

.newsticker a {color:rgb(255,255,255); text-decoration:none;}

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

.newsticker li {padding: 0 10px; list-style-type: none; list-style-image: none;}
.newsticker li span.seperator {padding:0 7px; color:rgb(181,181,181);}
.newsticker li span.publish-details {font-size:0.875em; color:rgb(51,180,180);}

.newsticker_controls {
    position: absolute;
    right: 30px;
    top: 14px;
    list-style-type: none;
    list-style-image: none;    
    z-index: 30;
    margin: 0;
    padding-left: 10px;
}

.newsticker_controls li {
    float: left;    
    height: 23px;
    background-repeat: no-repeat;
    /* background-color: #000; */
    cursor: pointer;
}

.newsticker_controls .previous, .newsticker_controls .next {width: 16px;}
.newsticker_controls .pause, .newsticker_controls .resume {width: 16px; padding: 0; background-position: center;}

.newsticker_controls .pause {background-image: url('images/site/ticker_pause.png');}
.newsticker_controls .resume {background-image: url('images/site/ticker_resume.png');       }
.newsticker_controls .previous {background-image: url('images/site/ticker_previous.png'); background-position: left center;}
.newsticker_controls .next {background-image: url('images/site/ticker_next.png'); background-position: right center;}

/* Reveal */
.newsticker_style_reveal .newsticker li {left:4.385964912281% !important;}

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

.newsticker_scroller {margin: 0 10px;}
