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

#slidesWrapper, #slides {
	padding:0;
	margin:0;
	list-style:none;
	outline:none;
}
#slidesWrapper{
	position:relative;
	
	margin:auto;
}
ul#slides{
	list-style:none;
	border:none;
	padding:0px;
	margin:auto;
	overflow:hidden;
}

#fssPrev{
	position:absolute;
	top:0px;
	left:0px;
	/*width:185px;
	height:155px;*/
	background: url(/images/space.gif) 69px 54px no-repeat;
}
#fssPrev:hover{
	background: url(/scripts/jquery/simpleFadeSlideShow_200/seta_esq.png) 69px 54px no-repeat;
}

#fssPlayPause{
	position:absolute;
	top:0px;
	/*left:186px;
	width:185px;
	height:155px;*/
	text-align:center;
	display:block;
	color:#333;
	text-decoration:none;
	background: url(/images/space.gif) no-repeat;
}
#fssPlayPause:hover {
	background: url(/scripts/jquery/simpleFadeSlideShow_200/play_pause.png) 69px 54px no-repeat;
}

#fssNext{
	position:absolute;
	top:0px;
	/*left:370px;
	width:185px;
	height:155px;*/
	background: url(/images/space.gif) 69px 84px no-repeat;
}
#fssNext:hover{
	background: url(/scripts/jquery/simpleFadeSlideShow_200/seta_dir.png) 69px 54px no-repeat;
}

#fssList{
	position:absolute;
	list-style:none;
	/*width:555px;*/
	margin:-15px auto 0 auto;
	padding:0 0 0 45%;
	}
#fssList li{display:inline;padding-right:10px;}
#fssList li a{color:#999;text-decoration:none;}
#fssList li.fssActive a{font-weight:bold;color:#333;}