.afs_slideshow {
  border-collapse:collapse;
  /*border:1px solid #505763;*/
}
.afs_slideshow .afs_slideshowHeader {
  /*background:#20282f;*/
}
.afs_slideshow .afs_slideshowTitle {
  /*font-family:Arial, Helvetica, Verdana;
  font-size:11px;
  color:#20282f;*/
}
.afs_slideshow .afs_slideshowSubtitle {
	display:none;
  /*font-family:Arial, Helvetica, Verdana;
  font-size:11px;
  color:#aaa; */
}
.navButton, .navButton:link, .navButton:visited, .navButton:hover, .navButton:active {
	display:block;
	position:relative;
	width:30px;
	height:28px;
	padding:0;
	margin:0;
	/* border:dotted 1px #555; */
	text-decoration:none;
}
.navButton .arrow {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	height:28px;
	background-repeat:no-repeat;
	background-position:center center;
	/*opacity:.8;
	filter:alpha(opacity=80);*/
}
.navButton .gotoFirst {
	background-image:url(../images/first.png);
}
.navButton .gotoPrevious {
	background-image:url(../images/previous.png);
}
.navButton .gotoLast {
	background-image:url(../images/last.png);
}
.navButton .gotoNext {
	background-image:url(../images/next.png);
}
.navButtonGrayed,
.navButtonGrayed:link,
.navButtonGrayed:visited,
.navButtonGrayed:hover,
.navButtonGrayed:active
{
	/*border:1px solid #333; */
	/*background:#222;*/
}
.navButtonGrayed .arrow {
	/*opacity:.25;
	filter:alpha(opacity=25);*/
}
.navButtonOver,
.navButtonOver:link,
.navButtonOver:visited,
.navButtonOver:hover,
.navButtonOver:active
{
	/*border:solid 1px #777;*/
}
.navButtonOver .arrow, .navButtonActive .arrow {
	/*opacity:1;
	filter:alpha(opacity=100);*/
}
.navButtonActive,
.navButtonActive:link,
.navButtonActive:visited,
.navButtonActive:hover,
.navButtonActive:active
{
	/*border:solid 1px #999;*/
	/*background-color:#444;*/
}
.navButtonActive .towardsFirst {
background-position:40% center;
}
.navButtonActive .towardsLast {
background-position:60% center;
}
