@charset "UTF-8";
/* CSS Document */
*{padding:0;margin:0;list-style:none;outline:none; }
#slideshowWrapper{
	position:relative;
	width:650px;
	margin:auto;
}
#DDslideshowWrapper{
	position:relative;
	width:650px;
	margin:auto;
}
#slideshowWrapper #fssPrev{
	position:absolute;
	top:158px;
	left:-2px;
	background:url(../images/arrows.png) -41px 0px;
	width:41px;
	height:39px;
	text-indent:-999999px;
}
#slideshowWrapper #fssNext{
	position:absolute;
	top:158px;
	right:-1px;
	background:url(../images/arrows.png) no-repeat;
	width:41px;
	height:39px;
	text-indent:-999999px;
}
#slideshowWrapper #fssPlayPause{
	position:relative;
	top:10px;
	right:0px;
	text-align:center;
	display:block;
	color:#333;
	text-decoration:none;
	font-size:12px;
}
#slideshowWrapper ul{
	list-style:none;
	margin:auto;
	width:650px;
	height:357px;
	overflow:hidden;
	position: relative;
	top:0px;
}

#DDslideshowWrapper ul{
	list-style:none;
	margin:auto;
	width:650px;
	height:357px;
	overflow:hidden;
	position: relative;
	top:45px;
}
p{text-align:center;}
#fssList{list-style:none;width:650px;margin:auto;padding:5px 0 0 45%;display:none;}
#fssList li{display:inline;padding-right:10px;}
#fssList li a{color:#999;text-decoration:none;}
#fssList li.fssActive a{font-weight:bold;color:#333;}

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


#DDslideshowWrapper #fssPrev{
	float:left;
	background:url(../images/largeArrowLeft.png) no-repeat;
	width:21px;
	height:55px;
	text-indent:-999999px;
	position: absolute;
	top:0px;
	left: 0px;
}
#DDslideshowWrapper #fssNext{
	float:right;
	background:url(../images/largeArrowRight.png) no-repeat;
	width:21px;
	height:55px;
	text-indent:-999999px;
	position: absolute;
	top:0px;
	right:0px;
}
#DDslideshowWrapper #fssPlayPause{
	position:relative;
	top:50px;
	right:0px;
	text-align:center;
	display:block;
	color:#333;
	text-decoration:none;
	font-size:12px;
}