/* Ticker Styling */

.ticker {
font-family:inherit;
border: 1px solid #46b04e;
font-style: normal;
position: relative;
box-shadow: 0 2px 5px -3px #000;
border-radius: 3px;
margin:0 10px;
}


.ticker li {
list-style: none;
padding: 10px 0;
}

#ticker-wrapper.has-js {
	
	width:100%;height:40px;
}
#ticker {
	width: 90%;
	height:40px;
	display: block;
	position: relative;
	overflow: hidden;
	
}
#ticker-title {
padding: 14px;
background-color: #349933;
background-image: linear-gradient(#46b04e, #349933);
color:#FFF; height:40px;font-weight: bold;
text-transform: uppercase;
}
#ticker-title span{ margin-top:20px;}
#ticker-content {
	margin: 0px;
	padding-top: 10px; padding-left:20px;
	position: absolute;
	
	overflow: hidden;
	white-space: nowrap;
	line-height: 1.2em;
}
#ticker-content:focus {
	none;
}
#ticker-content a {
	text-decoration: none;	
	color: #5B5B5B;font-size:15px;
}
#ticker-content a:hover {
	text-decoration: underline;	
	color: #000000;
}
#ticker-swipe {
	padding-top: 9px;
	position: absolute;
	top: 0px; padding-left:20px;
	background-color: #FFF;
	display: block;
	width: 800px;
	height: 23px; margin-top:3px;  
}
#ticker-swipe span {
	margin-left: 1px;
	border-bottom: 1px solid #1F527B;
	height: 12px;
	width: 7px;
	display: block;
}
#ticker-controls {
	
}
#ticker-controls li {
background-position: center center;
background-repeat: no-repeat;
cursor: pointer;
float: left;
height: 40px;
width: 22px;
}

#ticker-controls li#play-pause {
	background-image: url('../images/play.png');
	background-color: #349933;
}
#ticker-controls li#play-pause.over {
	background-color: #666;

}

#ticker-controls li#play-pause.paused {
	background-image: url('../images/pause.png');	
}
#ticker-controls li#play-pause.paused.over {
	background-color: #666;
}

#ticker-controls li#prev {
	background-image: url('../images/arrow-prev.png');
background-color: #349933;
}
#ticker-controls li#prev.over {
	background-color: #666;
}

#ticker-controls li#next {
	background-image: url('../images/arrow-next.png');	
  background-color: #349933;
}
#ticker-controls li#next.over {
	background-color: #666;
}

.js-hidden {
	display: none;
}
#no-js-news {
	padding: 10px 0px 0px 45px; 	
}
.left #ticker-swipe {
	left: 80px;
}
.left #ticker-content, .left #ticker-title, .left #ticker {
    float: left;
}
.left #ticker-controls {    float: right;
}
.left #ticker-controls {
    padding-left: 16px;
}
.right #ticker-swipe {
	right: 80px;
}
.right #ticker-controls, .right #ticker-content, .right #ticker-title, .right #ticker {
    float: right;
}
.right #ticker-controls {
    padding-right: 6px;
}

/*........................Controll 2nd Theme..........................*/
