/**

"456market skin for jQuery newsticker
 
Design & code by lidplussdesign

**/ 
 
 
.newsticker_wrapper {
	font-size: 12px;
    line-height: 20px;
    height: 20px;
    -webkit-text-size-adjust: none;
    padding: 5px 0;
}
#footer .newsticker_wrapper,
#main .newsticker_wrapper{
	font-size: 13px;
}  

.newsticker_wrapper h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	color: #fff;
	padding-right: 10px;
}
#footer .newsticker_wrapper h4,
#main .newsticker_wrapper h4{
	font-size: 13px;
	color: #363636;
	text-shadow: none;
}
.dark .newsticker_wrapper h4 {
	color: #363636;
}
.newsticker {
    margin: 0;
    padding: 0;
    font-weight: normal;
    text-transform: none;
}
#meta .newsticker a{
	font-style: italic;
	text-decoration: underline;
}
#meta .newsticker a:hover{
	text-decoration: none;
}
.newsticker_controls {
    position: absolute;
    right: 0;
    top: 5px;
    list-style-type: none;
    list-style-image: none; 
    margin: 0;
	padding-left: 5px;    
}

.newsticker_style_reveal .newsticker_controls {}

.newsticker_controls li {
    float: left;    
    height: 20px;
    width: 20px;
    background-position: 5px 6px;
    background-repeat: no-repeat;
    background-color: transparent;
    cursor: pointer;
    opacity: 0.9;
    filter: alpha(opacity=90);
    -webkit-transition: all 0.1s ease-in-out 0s;  
    -moz-transition: all 0.1s ease-in-out 0s;  
    -o-transition: all 0.1s ease-in-out 0s;  
    -ms-transition: all 0.1s ease-in-out 0s;  
    transition: all 0.1s ease-in-out 0s; 
}
.newsticker_controls li:hover{
    opacity: 1;
    filter: alpha(opacity=100);
}
.newsticker_controls .pause {
	background-image: url(456market/pause.png);
    background-position: 6px 6px; 
}

.newsticker_controls .resume {  
	background-image: url(456market/play.png);
    background-position: 6px 6px;
}

.newsticker_controls .previous {
	background-image: url(456market/fast-backward.png);
}

.newsticker_controls .next {
	background-image: url(456market/fast-forward.png);
}
#footer .newsticker_controls .pause,
#main .newsticker_controls .pause {
	background-image: url(456market/pause-main.png);
}
#footer .newsticker_controls .resume,
#main .newsticker_controls .resume {  
	background-image: url(456market/play-main.png);
}
#footer .newsticker_controls .previous,
#main .newsticker_controls .previous {
	background-image: url(456market/fast-backward-main.png);
}
#footer .newsticker_controls .next,
#main .newsticker_controls .next {
	background-image: url(456market/fast-forward-main.png);
}
.newsticker_controls .previous i,
.newsticker_controls .next i{
	padding: 3px;
}

/* Reveal */
.newsticker_style_reveal .newsticker li {
    
}

/* Scroll */
.newsticker_style_scroll .newsticker li {
    margin-right: 40px;
    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>
*/