
/*   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 */

	.fade_container 
			{
			 display: none;
			 border-right: 0px solid black;
			 border-top: 0px solid black;
		 	 border-left: 0px solid black; 
			 border-bottom: 0px solid black;
			 margin-left: auto; 
			 margin-right: auto;
			 height: 290px;
			}

	.fade_img_container 
			{
			 overflow: hidden;
			}

	.fade_img 
			{
			 margin-bottom: -4px; 
			 padding: 0px;
			 white-space: nowrap;
			}

	.fade_caption
			{
			 color: #00008b;
			 height: 18px;
			 font-size: 10pt;
			 background-color: transparent;
			 font-family: arial; 
			 text-align: center; 
			 padding-top: 0px;
			}

	.done_message 
			{
			 height: 18px;
			 font-size: 10pt;
			 font-family: arial; 
			 font-weight: bold;
			 text-align: center; 
			 width: 75px;
			 border: 1px solid black;
			 background-color: #ff6347;	 
			}

	.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;
			display:none;
		       }

	.copyright_MJH  a {
			   color: #b0e0e6;
			   text-decoration: none;
			   display:none;
			  }
