body {
	margin: 0px;
	padding: 0px;
	background: url(images/bg-repeat-x.gif) repeat-x top;
	font-family: Helvetica, Arial, sans-serif;
}

#slideshow {
	position:absolute;
	height:368px;
	width: 245px;
	top: 152px;
	left: 0200px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
	height:368px;
	width: 245px;
}

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

#slideshow IMG.last-active {
    z-index:9;
}
.copyright {
	font-size: 11px;
	color: #666;
	padding-left: 40px;
	padding-bottom: 40px;
}

