

/*   Clickable Horizontal Headline Crawler */
/*   Copyright 2009, Michael J. Hill.  All rights reserved. Used with permission.  www.javascript-demos.com */
/*   Free use of the code, so long as the above notice is kept intact */


	/* edit to suit */
	/* position: absolute is not required, used for demo only */	

	.crawl_container
			{
    			 /*position: absolute;
    			 left: 207px;
    			 top: 500px;*/
   			 overflow: hidden;
   			 height: 20px;     			 
                         width: 983px;
                         margin: 0 auto;
			}  

	.crawler
			{
		 	 font-family: arial;
		 	 font-size: 9pt;
    		 	 white-space: nowrap;    		
		 	 padding-top: 3px;
		 	 color: black;
                         width: 983px;
                         margin: 0 auto;
			 cursor: default;		 		       
			}	

	.crawler a 
			{
		 	 text-decoration: none;
			}
	.crawler a:hover
			{
			 font-weight: bold;			
			}







