/**

"Corporate Blue"" skin for jQuery newsticker
 
Design & code by Studio 164a

**/ 
.design-10, .design-11, .design-12 {
	max-height:220px;
}
.design-14 {
	max-height:220px;
}
.design-15 {
	max-height:220px;
}
.design-13 {
	height:220px;
}
.newsticker_wrapper {
    height: 30px;
   -webkit-text-size-adjust: none;
   width:auto !important;
   padding:15px 0px;
}
.newsticker_scroller {
	width:100% !important;
}
.slider-itm span {
	float:left;
}
.slider-itm {
	width:100%;
	display:inline-block;
}

.newsticker_wrapper .newsticker_title {    
    float: left;
    background: transparent url('corporate_blue/list_bg.png') no-repeat top right;
    padding-right: 7px;
    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 #4374ab;
    border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    background-color: #87abd1; /* fallback/image non-cover color */
    background-image: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#538ebf), to(#87abd1)); 
    background-image: -webkit-linear-gradient(left, #538ebf, #87abd1); /* Safari 5.1+, Mobile Safari, Chrome 10+ */
    background-image: -moz-linear-gradient(left, #538ebf, #87abd1); /* Firefox 3.6+ */   
    background-image: -ms-linear-gradient(left, #538ebf, #87abd1); /* IE 10+ */
    background-image: -o-linear-gradient(left, #538ebf, #87abd1); /* Opera 11.10+ */
}

.newsticker {        
    margin: 0;
    padding: 0;    
}

.newsticker li {
    padding: 0 15px;
} 

.newsticker a {
    color: #538ebf;
}

.newsticker_controls {
	display:none;
}
.newsticker_controls .pause {
    background-image: url('corporate_blue/pause.png');       
}

.newsticker_controls .resume {
    background-image: url('corporate_blue/resume.png');       
}

.newsticker_controls .previous {
    background-image: url('corporate_blue/previous.png');   
}

.newsticker_controls .next {
    background-image: url('corporate_blue/next.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: 10px;
    padding: 0;
}

/*
THE MARKUP:

<div class="newsticker_wrapper">
        <div class="newsticker_title">
          <h4>The Latest</h4>
        </div>
	<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>
*/