@charset "UTF-8";
/* CSS Document */
#slideshowWrapper{
	float: left;
    height: 376px;
    margin: auto;
    position: relative;
    width: 890px;
}

#fssPrev{
	/*position:absolute;
	top:169px;
	left:-67px;
	background:url(arrows.png) -67px 0px;
	width:67px;
	height:143px;
	text-indent:-999999px;*/
	display:none;
}
	
#fssNext{
	/*position:absolute;
	top:169px;
	left:646px;
	background:url(arrows.png) no-repeat;
	width:67px;
	height:143px;
	text-indent:-999999px;*/
	display:none;
}

#fssPlayPause{
	/*position:absolute;
	top:435px;
	right:20px;
	background:url(white.png) repeat;
	padding:4px 0 5px 0;
	-moz-border-radius:5px;
	border-radius:5px;width:60px;
	text-align:center;
	display:block;
	color:#333;
	text-decoration:none;*/
	display:none;
}

ul#slideshow{
	list-style:none;
	margin:0; 
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
}

#fssList{
	float: right;
    list-style: none outside none;
    margin: -27px 7px 0 0;
    padding: 0;
    position: relative;
    z-index: 1;
}

#fssList li{
	background: url("/images/bg-splash-link.png") no-repeat scroll 0 0 transparent;
    display: inline;
    float: left;
    height: 16px;
    margin: 0 4px 0 0;
    padding: 0;
    width: 16px;
}

#fssList li a{ 
	color: transparent;
    float: left;
    height: 100%;
    text-decoration: none;
    width: 100%;
}

#fssList li.fssActive{
	background: url("/images/bg-splash-link-active.png") no-repeat scroll 0 0 transparent;
}

#fssList li.fssActive a{
}

#top{
		background:#3b5998;
		width:100%;
		height:40px;
		margin-bottom:20px;
}

#top h1{
	color:#fff;
	font-weight:
	normal;
	font-size:18px;
	padding:7px 0 0 15px;
}

#top h1 span{
	font-size:11px;
}

#top h1 a{
	text-decoration:underline;
	color:#fff;
}

#top h1 a:hover{
	text-decoration:none;
}

small a{color:#000;}