@charset "utf-8";
/* CSS Document */

a {text-decoration: none}
a:hover {text-decoration: underline}

#menu{
	position:absolute;
	margin-left:-9999px;
}

table tr h1{
	font-size:12px;
	font-family:Tahoma;
	margin:0;
	padding:0;
	font-weight:normal;
}

#related{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
}


a {text-decoration: none}
a:hover {text-decoration: underline}

/*** set the width and height to match your images **/
/*** CSS has been copied over to main style **/

/* Slide show home page */

#slideshow {
    position:relative;
    height:200px;
	width:300px;
	overflow:hidden;
}

#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;
}
