/* Ticker Styling */
.ticker-wrapper.has-js {
	margin-top: 2px;
	padding: 0px;
	width: 845px;
	height: 31px;
	font-size: 1.3em;
	font-family: Bangla;
}
.ticker {
	
	width: 845px;
	height: 31px;
	display: block;
	position: relative;
	overflow: hidden;
	background-color: #f8f0db;
}
.ticker-content {
	margin: 0px;
	padding-top: 5px;
	position: absolute;
	color: #1F527B;
	font-weight: normal;
	background-color: #f8f0db;
	overflow: hidden;
	white-space: nowrap;
	line-height: 1em;
}
.ticker-content:focus {
	none;
}
.ticker-content a {
	text-decoration: none;
	color: #000;
	font-family: Bangla;
}
.ticker-content a:hover {
	text-decoration: underline;	
	color: #0D3059;
}
.ticker-swipe {
	padding-top: 12px;
	position: absolute;
	top: 0px;
	background-color: #f8f0db;
	display: block;
	width: 845px;
	height: 3১px;
	padding-left: 0px;
}
.ticker-swipe span {
	margin-left: 1px;
	background-color: #f8f0db;
	border-bottom: 2px solid #1F527B;
	height: 12px;
	width: 10px;
	display: block;
}
.ticker-controls {
	list-style-type: none;
	float: left;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 5px;
}
.ticker-controls li {
	padding: 0px;
	margin-left: 0px;
	float: left;
	cursor: pointer;
	height: 31px;
	width: 16px;
	display: block;
}













.js-hidden {
	display: none;
}
.no-js-news {
	padding: 5px 0px 0px 5px; 
	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: 1px;
}
.right .ticker-swipe {
	/*right: 80px;*/
}
.right .ticker-controls, .right .ticker-content, .right .ticker-title, .right .ticker {
    float: right;
}
.right .ticker-controls {
    padding-right: 6px;
}
