.ticker_container{
	width: 331px;
	height: 17px;
	line-height: 15px;
	margin-bottom: 15px;
}
#ticker-wrapper * {
	margin: 0px;
}
#ticker-wrapper.has-js {
	width :331px;
	height: 17px;
	font:11px tahoma;
	line-height: 15px;
	color: #B62934;
	float: right;
	direction: rtl;
}

#ticker {
	/*padding: 0px 0px 0px 10px;*/
	width: 331px;
	height: 17px;
	display: block;
	float: right;
	position: relative;
	overflow: hidden;
	background-color: #ffffff;
}
#ticker-title {
	width: 9px;
	height: 17px;
	display: block;
	float: right;
	background: url("/fa/img/bolet_teletype.gif") no-repeat 0px 5px;
	padding-right: 5px;
}
#ticker-content {
	margin: 0px;
	float: right;
	position: absolute;
	background-color: #ffffff;
}
#ticker-content:focus {
	none;
}
#ticker-content A {
	font: 11px tahoma;
	text-decoration: none;	
	line-height: 16px;
	color: #B62934;
}
#ticker-content A:hover {
	text-decoration: underline;	
	color: #0D3059;
}
#ticker-swipe {
	position: absolute;
	top: 0px;
	right: 80px;
	background-color: #ffffff;
	display: block;
	width: 331px;
	height: 23px; 
}
#ticker-swipe SPAN {
	margin-right: 1px;
	background-color: #ffffff;
	border-bottom: 1px solid #1F527B;
	height: 12px;
	width: 7px;
	display: block;
}
#ticker-controls {
	padding: 2px 10px 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#play-pause {
	background-image: url('/fa/img/controls.png');
	background-position: 32px 16px;
}
#ticker-controls LI#play-pause.over {
	background-position: 32px 32px;
}
#ticker-controls LI#play-pause.down {
	background-position: 32px 0px;
}
#ticker-controls LI#play-pause.paused {
	background-image: url('/fa/img/controls.png');	
	background-position: 48px 16px;
}
#ticker-controls LI#play-pause.paused.over {
	background-position: 48px 32px;
}
#ticker-controls LI#play-pause.paused.down {
	background-position: 48px 0px;
}
#ticker-controls LI#prev {
	background-image: url('/fa/img/controls.png');
	background-position: 0px 16px;		
}
#ticker-controls LI#prev.over {
	background-position: 0px 32px;		
}
#ticker-controls LI#prev.down {
	background-position: 0px 0px;		
}
#ticker-controls LI#next {
	background-image: url('/fa/img/controls.png');	
	background-position: 16px 16px;	
}
#ticker-controls LI#next.over {
	background-position: 16px 32px;	
}
#ticker-controls LI#next.down {	
	background-position: 16px 0px;	
}
.js-hidden {
	display: none;
}