@charset "utf-8";
/* CSS Document */
.tickerholder {
	width: 425px;
	height: 26px;
	border: 1px solid black;
	padding: 0px;
	line-height: 26px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
	z-index: 1;
	position:static;
	background-image: url(latestevents.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 135px;
}
#pscroller {
	width: 580px;
	height: 26px;
	overflow: hidden;
	position: absolute;
	z-index:1;
}
.tickerholder a {
	text-decoration: none;
	display: block;
	white-space: nowrap;
	padding-right: 10px;
	z-index: 1;
	padding-left:10px;
}
.tickerholder a:hover {
	background: #EEE;
}