#newsticker {
	position: relative;
}
#newsticker ul {
	margin:0;
	padding:0;
}
#newsticker li.error {
	color: #f00;
}
/*
#newsticker #togglenewsticker {
	background: transparent url("../images/icon_closenewsticker.gif") no-repeat 0 0;
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 12px;
	width: 14px;
	height: 14px;
	text-indent: 20px;
	outline: none;
}
* html #newsticker #togglenewsticker {
	right: 30px;
}
*/
#newsticker #togglenewsticker {
	display:none;
}

.news_ticker_small {
	padding: 0;
	height: 108px;
}

.news_ticker_small img {
	float:left;
}

.news_ticker_small span {
	float:left;
	width: 110px;
	padding: 10px 10px 10px 12px;
	background: url(../images/arrow_grey.gif) 5px 13px no-repeat;
}

.news_ticker_small a {
	color: #666;
	font-weight: bold;
	text-decoration: none;
	display:block;
	height:108px;
	width: 240px;
}

.news_ticker_small a:hover {
	color: #d00000;
	background: #ffeeee;
}

.news_ticker_small a:hover span {
	background: url(../images/arrow_red_large.gif) 6px 13px no-repeat;
}

#ticker_small {
	height: 216px;
	overflow:hidden;
}

.news_ticker_small_extra {
	width: 240px;
	height: 24px;
}

.news_ticker_small_extra a {
	color: #666;
	text-decoration: none;
	display: block;
	padding: 5px 5px 5px 20px;
	background: url(../images/arrow_grey.gif) 12px 10px no-repeat;	
}

.news_ticker_small_extra a:hover {
	color: #d00000;
	background: url(../images/arrow_red_large.gif) 13px 10px no-repeat;	
}