
/*   Bidirectional Horizontal Scrolling Images with Optional Caption */
/*   Copyright 2010, 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 */

	.conveyor_container 
			{
			 display: none;
			 border: 1px solid black;
			 background-color:  #ffffe0;  
			 margin-left: auto; 
			 margin-right: auto;
			}

	.conveyor_img_container 
			{
			 overflow: hidden;
			}

	.conveyor_img 
			{
			 padding: 0px;
			 white-space: nowrap;
			}

	.conveyor_caption
			{
			 color: #00008b;
			 height: auto;
			 font-size: 10pt;
			 background-color: transparent;
			 font-family: arial; 
			 text-align: center; 			 
			}

	.navigation_imgs
			{
			 background-color: #f0f8ff;
			 padding-bottom: 3px;
			 text-align: center;			
			}

	.navigation 	
			{
			 display: inline;
			 margin-left: 25px;
			 margin-right: 25px;			
			}

	.navigation img 
			{
			 padding-top: 3px;
			 margin-bottom: -5px;
			 cursor: pointer;
			}

	.copyright_MJH 
			{	
			width: 92%;
			margin-top: 35px;
			margin-left: auto;
			margin-right: auto;
		        background-color: transparent;
		   	text-align: center;
		   	font-family: veranda; 
		    	font-size: 8pt; 		   
		    	color: #d3d3d3;   
		       }

	.copyright_MJH  a {
			   color: #b0e0e6;
			   text-decoration: none;
			  }
