body 
{
 font-family: courier;
 font-size:.825em;
 background-color:#ffffff;
 margin:0;
 padding:0;
/* overflow:hidden;
*/}

a {text-decoration: none; color: #000000;}
 
#wrap {
	width: 960px;
	margin: 0px;
	margin-top: 20px;
	margin-left: auto;
	margin-right:auto;
	padding: 0px;
	}
.header {
	text-align:right;
	font-size:1.2em;
	}
.cont{
	padding-left:180px;
	padding-top: 15px;
	}

.footer {
	clear:both;
	text-align:right;
	font-size:.825em;
	position:relative;
	float:right;
	color:#999999;
	}
		#content{
			margin:auto;
			margin-top: 40px;
			height:100px;
/*			width:100%;
*/			z-index: 20;
			position:absolute;
		}
		#loading {
			position: absolute;
			top: 49.5%; 
			left: 49.5%;
			z-index: 3;
			width: 24px; 
			height: 24px;
			text-indent: -999em;
			background-image: url(images/progress.gif);
		}

/*** set the width and height to match your images **/

#slideshow {
    position:relative;
	margin-left: 100px;
	margin-top: 25px;
    height:850px; 
}

#textname {
    position:relative;
	margin: 0px;
	float:right;
/*	margin-left: 180px;
	margin-top: -20px;
*/	padding: 0px;
	text-align: right;
	color:#999999;
}
h2 {
	color:#666666;
	padding:0px;
	margin:0px;
	font-size:1em;
}
#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

