﻿@charset "UTF-8";
/* CSS Document */
*{padding:0;margin:0;list-style:none;outline:none;}

#slideshowWrapper{position:relative;width:710px;height:250px;margin:auto;
 -webkit-box-shadow: 8px 10px 15px 0px rgba(76, 76, 76, 0.6);
box-shadow: 8px 10px 15px 0px rgba(76, 76, 76, 0.6); }
#fssPrev{position:absolute;top:169px;left:-67px;background:url("") -67px 0px;width:67px;height:143px;text-indent:-999999px;}
#fssNext{position:absolute;top:169px;left:720px;background:url("") no-repeat;width:67px;height:143px;text-indent:-999999px;}
#fssPlayPause{position:absolute;top:225px;left:3px;background:url("../images/white.png") repeat;font-size:9pt;padding:2px 0 2px 0;-moz-border-radius:5px;border-radius:5px;width:40px;text-align:center;display:block;color:#333;text-decoration:none;}

ul#slideshow{list-style:none;margin:0;width:710px;height:250px;overflow:hidden;}

#fssList{list-style:none;width:730px;margin:auto;padding:5px 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;}

#top{}
#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;}
