		/* $Id: taxonomy_ticker_horizontally.css,v 1.4 2006/09/16 21:39:38 gjmjr Exp $ */
		
		#ticker {
			position: absolute;
			left: 215px;
			top: 0;
			margin: 0;
			padding: 0;
			width: 745px;
			height: 25px;
		}
		
		#scrollerClipper {
			position: relative;
			margin: 0;
			padding: 0;
			width: 745px;
			height: 25px;
			overflow: hidden;
		}
		
		.block-taxonomy_ticker .content {
				height: 25px;  /* the same as the height of #scrollerClipper */
		}
		
		#outerscrollPane {
				width: 2000px;  /* large enough to hold all the content */
		}
		
		#scrollPane {
				position: relative;
				top: 0;
				left: 0;
				float: left;
		}
		
		#firstscrollerContentItem {
				width: 745px;  /* the same as the width of #scrollerClipper */
				margin: 0;
				padding: 2px;
				float: left;
		}
		
		.scrollerContentItem {
				margin: 0;
				padding: 2px;
				float: left;
				color: #01499B;
		}
		