


	

#newsticker {
	/* background: #ffffaf; */
	position: relative;
	
}
#newsticker ul {
	
	list-style: none;
	min-height: 1.6em;
	padding: 60px 15px; 
	padding-right: 30px;
	height:249px;
	width:269px;
	
	background: transparent url(../images/bg_yellow_side.png) no-repeat 0 0;
}
* html #newsticker ul {
	height: 1.6em;
	

}
#newsticker li.error {
	color: #f00;

}
#newsticker #togglenewsticker {
	background: transparent url(../images/icon_closenewsticker.gif) no-repeat 0 0;
	
	overflow: hidden;
	position: absolute;
	left: 255px;
	top: 235px;
	width: 14px;
	height: 14px;
	text-indent: 20px;
	align:right;
	outline: none;
}
* html #newsticker #togglenewsticker {
	background-image: url(../images/bg_yellow_side.png);
	right: 30px;
}