/* Ticker Styling */
.ticker-wrapper.has-js {
	width: 780px;
	height: 50px;
	display: block;
}
.ticker {
	width: 710px;
	height: 50px;
	display: block;
	position: relative;
	overflow: hidden;

}
.ticker-title {
	padding-top: 12px;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
}
.ticker-content {
	margin: 0px;
	padding-top: 16px;
	padding-left:25px;
	position: absolute;
	color: #1F527B;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	line-height: 1.2em;
}
.ticker-content:focus {
	none;
}
.ticker-content a {
	text-decoration: none;	
	color: #ffffff;
}
.ticker-content a:hover {
	text-decoration: none;	
	color: #ffffff;
}
.ticker-swipe {
	padding-top: 12px;
	position: absolute;
	top: 0px;
	background-color: #FF0000;
	display: block;
	width: 800px;
	height: 23px; 
}
.ticker-swipe span {
	margin-left: 1px;
	background-color: #f8f0db;
	border-bottom: 1px solid #1F527B;
	height: 12px;
	width: 7px;
	display: block;
}
.ticker-controls {
	position:absolute;
	list-style-type: none;
}
.ticker-controls li {

}
.ticker-controls li.jnt-prev {
	position:relative;
	margin-left:50px;
	margin-top:17px;
	cursor: pointer;
	height: 12px;
	width: 8px;
	display: block;
	background-image:url(../../../chuyi/image/s_left.jpg);
}
.ticker-controls li.jnt-next {
	position:relative;
	margin-left:64px;
	margin-top:-12px;
	cursor: pointer;
	height: 12px;
	width: 8px;
	display: block;
	background-image: url(../../../chuyi/image/s_right.jpg);	
}
.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;
}