@charset "UTF-8";
/* CSS Document */

#slideshowWrapper {
	position:relative;
	width:357px; /* alt: 609*/
	margin:0;
}

#fssPlayPause {
	position:absolute;
	top:330px;
	right:0;
	background:#c7c7c7;
	padding:3px 0 4px 0;
	width:51px;
	height:20px;
	text-align:center;
	display:block;
	color:#333;
	text-decoration:none;
}

ul#slideshow {
	list-style:none;
	border:0;
	padding:0;
	margin:auto;
	margin-top:0;
	width:357px;
	height:357px;
	overflow:hidden;
}

#fssList {
	list-style:none;
	width:357px;
	margin:auto;
	padding:0 0 0 0%;
}

#fssList li {
		display:block;
		float:left;
		background-color:#dddddd;
		padding:0;
	 width:51px; /*alt: 78*/
	 height:30px;
}

#fssList li a {
		color:#999;
}

#fssList li.fssActive {
		background-color:#c7c7c7;
}

#fssList li.fssActive a {
	font-weight:bold;
	color:#fff; 
}