
/*   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;
	background-color:  #E0D8B9;
	margin-left: auto;
	margin-right: auto;
			}

	.fade_img_container 
			{
	overflow: hidden;
			}

	.fade_img 
			{ 
	padding: 0px;
	white-space: nowrap;
			}

	.fade_caption
			{
	color: #185D8C;
	text-align: center;
	font: 8pt Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
			}

	.done_message 
			{
	height: 18px;
	font-size: 10pt;
	font-family: arial; 
	font-weight: bold;
	text-align: center; 
	width: 75px;
	background-color: #ff6347;	 
			}

	.copyright_MJH {
	width: 100%;
	margin-top: 0px;
	text-align: left;
	color: #e0d8b9;
	font: 0.25em Arial, Helvetica, sans-serif;
		       }

	.copyright_MJH  a {
	color: #e0d8b9;
	text-decoration: none;
			  }

