/* Ticker Styling */
.ticker-wrapper.has-js {
	/*margin: 0px 0px 20px 0px;*/
	/*padding: 0px 20px;*/
	width: 100%;
	height: 32px;
	display: block;
    /*border-bottom-right-radius:15px;*/
    /*border-bottom-left-radius:15px;*/
	/*background-color: #f1f1f1;*/
	font-size: 0.9em;
}

.ticker {
	display: block;
	position: relative;
	box-shadow: inset 0 -15px 30px rgba(0, 0, 0, 0.4), 0 5px 10px rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 35px;
	/*margin: 20px auto;*/
	overflow: hidden;
	/*border-radius: 4px;*/
	padding: 3px;
	background-color: #53A1D5;
}
.ticker-title {

	font-weight: bold;
	/*background-color: #f1f1f1;*/
	text-transform: uppercase;
	float: right;
	color: #fff;
	padding: 9px 9px;
	position: relative;
	/*border-radius: 4px;*/
	box-shadow: inset 0 -15px 30px rgba(0, 0, 0, 0.4);
	-webkit-font-smoothing: antialiased;
	-webkit-user-select: none;
	top:-3px;
	cursor: pointer;
}
.ticker-content {
margin-right: 20px;
	padding-top: 9px;
	position: absolute;
	color: #ffffff;
	font-weight: bold;
	/*background-color: #f1f1f1;*/
	overflow: hidden;
	white-space: nowrap;
	line-height: 1.2em;
}
.ticker-content:focus {
	display: none;
}
.ticker-content a {
	text-decoration: none;
	color: #1F527B;
}
.ticker-content a:hover {
	text-decoration: underline;
	color: #0D3059;
}
.ticker-swipe {
	padding-top: 9px;
	position: absolute;
	top: 0px;
	/*background-color: #f1f1f1;*/
	background-color: transparent;
	display: block;
	width: 100%;
	height: 23px;
}
.ticker-swipe span {
	/*margin-left: 1px;*/
	/*background-color: #f1f1f1;*/
	/*border-left: 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-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;
}