/**

"Corporate Blue"" skin for jQuery newsticker
 
Design & code by Studio 164a

**/ 
 

 
div.newsticker_wrapper {
    font: 15px  Open Sans, Arial, Helvetica, sans-serif;
    color: #fff;    
    border:0px solid #000;
    border-radius: 0px;
    -moz-border-radius: 0px;
    line-height: 30px;        
    height: 22px; 

	/*display: none;
	background-color: #B90508;
    background-color: #000; */
    

 background: url(../images/black_t40.png);
    background-position: bottom right;
margin-bottom: 12px;
  background: #0D7FC2;
  background: #2E64A2;
  
    -webkit-text-size-adjust: none;
} 

.newsticker_wrapper h4 {
  font: 14px  Open Sans, Arial, Helvetica, sans-serif;
    color: #fff;
	font-weight: bold;
    height: 100%;
    overflow: hidden;
	display: none !important;
	/*
  
    margin: 0 11px 0 0;
	*/
	   height: 32px;

   /* background: transparent url('dark/title_separator.png') no-repeat 100% 6px;*/
   background: #73B33A;
     padding: 1px 14px 0 15px;
}

.newsticker a {
    color: #fff46f;
}

.newsticker {
    height: 32px;
    margin: 0;
    padding: 0;    
}
.newsticker li  a,
.newsticker li {
color: #fff;
top: 2px;
    padding: 0px 15px;
	font-size: 16px;
	font-size: 14px;
	font-weight: bold;
	/*
	letter-spacing: 4px;*/
    list-style-type: none;
	text-transform: uppercase;
    list-style-image: none;
} 


.newsticker_controls {
    position: absolute;
    right: 15px;
    top: 0;
    list-style-type: none;
    list-style-image: none;    
    /*
    background-color: #B90508;
	background-color: #0B5FA0;
	*/
    z-index: 30;
    margin: 0;
    padding-left: 10px;
}

.newsticker_controls li {

    float: left;    
    height: 30px;
    background-repeat: no-repeat;
  
    background-color: transparent; 
	background-color: #0B5FA0;
    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('dark/pause.png');           
}

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

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

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



/*
THE MARKUP:

<div class="newsticker_wrapper">
	<h4>The Latest</h4>
	<ul class="newsticker">
		<li>Lorem ipsum dolor sit amet, consectetur adipisicing elit...</li>
		<li>Lorem ipsum dolor sit amet, consectetur adipisicing elit...</li>
		<li>Lorem ipsum dolor sit amet, consectetur adipisicing elit...</li>
		<li>Lorem ipsum dolor sit amet, consectetur adipisicing elit...</li>
		<li>Lorem ipsum dolor sit amet, consectetur adipisicing elit...</li>
	</ul>
</div>
*/