@charset "UTF-8";
/* CSS Document */
/**{padding:0;margin:0;list-style:none;outline:none;}*/
body{font:14px Tahoma, Geneva, sans-serif;}
#slideshowWrapper{position:relative;width:1024px;margin-top:-70px;}
#fssPrev{position:absolute;top:240px;left:0;background:url(../images/home/leftarrow.png) ;width:47px;height:47px;text-indent:-999999px;}
#fssNext{position:absolute;top:240px;left:977px;background:url(../images/home/rightarrow.png) ;width:47px;height:47px;text-indent:-999999px;}
#fssPlayPause{position:absolute;top:435px;right:20px; 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;}

ul#slideshow{list-style:none;padding:0;margin:auto;margin:0;width:1024px;height:537px;overflow:hidden;}
p{text-align:center;}
#fssList{overflow:visible;list-style:none;width:646px;margin:auto;padding:5px 0 0 47%;position:absolute;top:466px;z-index:30;}
#fssList li{display:inline;}
#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;}

#fssList li{
 background-image:url(../images/dot2.png);
 background-repeat:no-repeat;
 height:16px;     
 
}

#fssList li a{
 height:16px; 
 padding: 0 9px 0 9px;       
}
#fssList li.fssActive{
 background-image:url(../images/dot1.png);
 background-repeat:no-repeat;
 height:16px;     
}