/*

	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: 734px;
	float: left;
	background-color: #343338;
	padding-bottom:2px;
	padding-top:2px;
}
.ticker_block {
	overflow:hidden;
	position:absolute;
	/*width:950px;*/
}
.ticker_mask {
	background: #343338 none repeat scroll 0 0;
	float:right;
	position:relative;
	width: 665px;
	overflow:hidden;
	color: white;
}
.ticker_latest{
	color:white;
	margin-right: 7px;
	font-weight: bold;
}

.ticker_link, .ticker_link:visited {
	text-decoration:none;
	color: white;
}

.ticker_link:hover, .ticker_link:visited:hover {
	text-decoration: underline;
	color: #FFFF00;
}

.ticker_data {
	display: none;
}

