/**

"Clean Red" skin for jQuery newsticker
 
Design & code by Studio 164a

**/ 
 
 
.newsticker_wrapper {
   /* background: #fff url('clean_red/wrapper_bg.png') no-repeat bottom center;*/
    font: 12px Arial, Helvetica, sans-serif;
    color: #6d6e70;
  /*  border-top: 2px solid #e4e5e5; 
    border-bottom: 2px solid #e4e5e5; */
   /* padding: 9px 0px 2px 0px !important; */
    line-height: 10px;
    height: 40px;
    -webkit-text-size-adjust: none;
	
} 

.newsticker_wrapper .titre {
  background-color: #359504;
  line-height: 40px;
  font-size: 17px
}

.newsticker_wrapper h4 {
    color: #244496;
    text-transform: uppercase;
    border-right: 2px solid #e4e5e5;
    padding: 0 8px 0 9px;
    margin: 0 15px 0 0;
    overflow: hidden;
    font-weight: bold;
}

.titre_du_news {
   /* color: #142599; */
   color: white;
   background-color: #359504;
   padding-left:15px;
   padding-right:15px;
}

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

.newsticker li {
   /* padding: 0 15px 15px;*/
    list-style-type: none !important;
    list-style-image: none !important;
    display: none;
	font-size: 14px !important;
	color: black;
	font-weight: normal;
	margin-bottom: 800px;
}

.newsticker li a{
    top: 13px;
    position: relative;

}



.newsticker_wrapper .newsticker li {
    display: block;
}

.newsticker_controls {
    position: absolute;
   right: 5px;
    float: left;
   /* top: 9px;  */
    list-style-type: none;
    list-style-image: none; 
    margin: 0;    
  /*  background-color:#cccccc; */
   margin-top: 10px
}

.newsticker_style_reveal .newsticker_controls {
    right: 9px;
    top: 10px;
   /* margin-right: 2px;
*/

}

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

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

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

.newsticker_controls .previous {
    background-image: url('clean_red/previous.png');   
    border-right: 1px solid #c9cacc;
}

.newsticker_controls .next {
    background-image: url('clean_red/next.png');   
    border-left: 1px solid #c9cacc;
}


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

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

/*
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>
*/
