﻿@charset "UTF-8";
/* CSS Document */
*{padding:0;margin:0;list-style:none;outline:none;}

#slideshowWrapper{position:relative;width:706px;height:246px;margin:0 0 8px 0;
-webkit-box-shadow: 8px 10px 15px 0px rgba(102, 102, 102, 0.6);
box-shadow: 8px 10px 15px 0px rgba(102, 102, 102, 0.6);
-mox-box-shadow: 8px 10px 15px 0px rgba(102, 102, 102, 0.6);     
behavior: url(../pie/PIE.htc);
 }
#slideshowWrapper img{box-shadow:none;}
#fssPrev{position:absolute;top:169px;left:-67px;background:url("slideshowtowns.css") -67px 0px;width:67px;height:143px;text-indent:-999999px;}
#fssNext{position:absolute;top:169px;left:720px;background:url("slideshowtowns.css") no-repeat;width:67px;height:143px;text-indent:-999999px;}
#fssPlayPause{position:absolute;top:222px;left:2px;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:706px;height:246px;overflow:hidden;}

#fssList{list-style:none;width:706px;margin:auto;padding:5px 0 0 45%;}
#fssList li{display:none;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;}



