/*

	News ticker css
	----------------

	@file 		ticker.css
	@version 	1.0.0b
	@date 		2010-02-08 18:53:32 +0100 (Mon, 8 Feb 2010)
	@author 	Aleksandar Markovic <mikikg@gmail.com>

	Copyright (c) 2010 Netsector <http://www.netsector.biz>

*/

.ticker_container {
	height:15px;
	margin-top:0px;
	margin-left:0px;
	width:1050px;
	float: left;
}
.ticker_block {
	overflow:hidden;
	position:absolute;
	/*width:950px;*/
}
.ticker_mask {
	background: #00685a none repeat scroll 0 0;
	float:right;
	position:relative;
	width:960px;
	overflow:hidden;
	color: white;
}
.ticker_latest{
	color:white;
	margin-right: 7px;
}
.ticker_link {
	text-decoration:none;
	color: white;
}
.ticker_link:hover {
	text-decoration: underline;
}
.ticker_data {
	display: none;
}
.beta_txt {
	float:left;
}
