.newsTicker, .newsTicker p,.newsTicker div, .newsTicker ul , .newsTicker li{margin: 0; }


/* Ticker Styling */
.ticker-wrapper.has-js {
	padding: 0px 20px;
	/*width: 780px;*/
	height: 33px;
	display: block;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color: #f6f6f6;
	font-size: 0.75em;
}
.ticker {
	/*width: 710px;*/
	height: 33px;
	display: block;
	position: relative;
	overflow: hidden;
	background-color: #f6f6f6;
}
.ticker-title {
	padding-top: 5px;
	color: #990000;
	font-weight: normal;
	background-color: #f6f6f6;
    font-family: byekan, Tahoma;
    font-size: 12px;
    font-style: normal;
}
.ticker-content {
	margin: 0px;
	position: absolute;
	color: #1F527B;
	font-weight: bold;
	background-color: #f6f6f6;
	overflow: hidden;
	white-space: nowrap;
	line-height: 3.7em;
}
.ticker-content:focus {
}
.ticker-content a {
	text-decoration: none;	
	color: #1F527B;
    font-family: byekan, Tahoma;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
}
.ticker-content a:hover {
	text-decoration: underline;	
	color: #0D3059;
}
.ticker-swipe {
	padding-top: 9px;
	position: absolute;
	top: 0px;
	background-color: #f6f6f6;
	display: block;
	width: 100%;
	height: 23px; 
}
.ticker-swipe span {
	margin-left: 1px;
	background-color: #f6f6f6;
	border-bottom: 1px solid #1F527B;
	height: 12px;
	width: 7px;
	display: block;
}
.ticker-controls {
	padding: 8px 0px 0px 0px;
	list-style-type: none;
	float: left;
}
.ticker-controls li {
	padding: 0px;
	margin-left: 5px;
	float: left;
	cursor: pointer;
	height: 16px;
	width: 16px;
	display: block;
}
.ticker-controls li.jnt-play-pause {
	background-image: url('../images/controls.png');
	background-position: 32px 16px;
}
.ticker-controls li.jnt-play-pause.over {
	background-position: 32px 32px;
}
.ticker-controls li.jnt-play-pause.down {
	background-position: 32px 0px;
}
.ticker-controls li.jnt-play-pause.paused {
	background-image: url('../images/controls.png');	
	background-position: 48px 16px;
}
.ticker-controls li.jnt-play-pause.paused.over {
	background-position: 48px 32px;
}
.ticker-controls li.jnt-play-pause.paused.down {
	background-position: 48px 0px;
}
.ticker-controls li.jnt-prev {
	background-image: url('../images/controls.png');
	background-position: 0px 16px;		
}
.ticker-controls li.jnt-prev.over {
	background-position: 0px 32px;		
}
.ticker-controls li.jnt-prev.down {
	background-position: 0px 0px;		
}
.ticker-controls li.jnt-next {
	background-image: url('../images/controls.png');	
	background-position: 16px 16px;	
}
.ticker-controls li.jnt-next.over {
	background-position: 16px 32px;	
}
.ticker-controls li.jnt-next.down {	
	background-position: 16px 0px;	
}
.js-hidden {
	display: none;
}
.no-js-news {
	padding: 10px 0px 0px 45px; 
	color: #F8F0DB;
}
.left .ticker-swipe {
	/*left: 80px;*/
}
.left .ticker-controls, .left .ticker-content, .left .ticker-title, .left .ticker {
    float: left;
}
.left .ticker-controls {
    padding-left: 6px;
}
.right .ticker-swipe {
	/*right: 80px;*/
}
.right .ticker-controls, .right .ticker-content, .right .ticker-title, .right .ticker {
    float: right;
}
.right .ticker-controls {
    padding-right: 6px;
}

/* ticker small pane mode */
[data-responsive-mode="true"].newsTicker .ticker-wrapper.has-js {
    padding: 0;
}
[data-responsive-mode="true"].newsTicker .ticker-content {
    right: 4px !important;
    white-space: normal !important;
    position: relative !important;
    overflow: visible !important;
    height: auto !important;
}
[data-responsive-mode="true"].newsTicker .ticker,
[data-responsive-mode="true"].newsTicker .ticker-wrapper.has-js {
    height: auto !important;
    overflow: visible !important;
}
[data-responsive-mode="true"].newsTicker .ticker-swipe {
    display: none !important;
    background-color: transparent !important;
}
/*====== Media ======*/
@media only screen and (max-width:768px){
    .ticker-wrapper.has-js,
    [data-responsive-mode="true"].newsTicker .ticker-wrapper.has-js {
        padding: 0;
        background-color: red;
    }
    .ticker-content,
    [data-responsive-mode="true"].newsTicker .ticker-content {
        right: 4px !important;
        white-space: normal !important;
        position: relative !important;
        overflow: visible !important;
        height: auto !important;
        background-color: red;
    }
    .ticker, .ticker-wrapper.has-js,
    [data-responsive-mode="true"].newsTicker .ticker,
    [data-responsive-mode="true"].newsTicker .ticker-wrapper.has-js {
        height: auto !important;
        overflow: visible !important;
    }
    .ticker-swipe,
    [data-responsive-mode="true"].newsTicker .ticker-swipe {
        display: none !important;
        background-color: transparent !important;
    }
}