#scroller {
/*	display:					inline; */
	display: none;
	font-family:			Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:				12px;
	text-align:				center;
	color:						#FFFFFF;
	background-color:	#855D5D;
	position:					absolute;
	top:							535px;
	left:							50px;
	width:						380px;
	height:						90px;
	overflow:					hidden;
	border-color:			#FFFFFF;
	border-style:			solid;
	border-width:			1px;
	z-index:					9;
}

#scrollertext {
	position:					relative;
	top:							20px;
	left:							0px;
	margin-left:			4px;
	margin-right:			4px;
	z-index:					10;
}

#scrollertitle {
	position:					relative;
	top:							0px;
	left:							0px;
	height:						20px;
	padding-top:			3px;
	font-size:				12px;
	text-align:				center;
	color:						#FFFFFF;
	font-weight:			bold;
	text-decoration:	underline;
	background-color: #855D5D;
	z-index:					11;
}

#scrollertext a:link		{color: #00FF00}
#scrollertext a:visited {color: #FFCC00}
#scrollertext a:hover		{color: #FFCC00}
#scrollertext a:active	{color: #FFCC00}
