/* CSS Document */


a:link {
	color: #0066FF;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #999999;
}
.footer {color: #666666; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; }
}
.smalltext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
#s_slideshow_scroller {
    width: 180px;
    height: 440px;
    overflow: hidden;
    }
#s_slideshow_content {
    width: 2500px;
    }
.s_slideshow_slide {
    float: left;
    width: 180px;
    height: 440px;
    }