@charset "UTF-8";
/* CSS Document */
section#slideshowWrapper{position: relative; top: 15px; left: 475px; width: 50%; height: auto; padding: 0px; border-width: 0px; margin-top: 0px;margin-left:0px; display: block; visibility: visible;}
#fssPrev{position:absolute;top:45%;left:20%;background:url(../images/tweet-prev.png) no-repeat;width:25px;height:25px;text-indent:-999999px;opacity:0.65;}
#fssNext{position:absolute;top:45%;left:99%;background:url(../images/tweet-next.png) no-repeat;width:25px;height:25px;text-indent:-999999px;opacity:0.65;}
#fssPrev:hover, #fssNext:hover, #fssPrev:active, #fssNext:active{opacity:1.0;}
#fssPlayPause{position:absolute;top:105%;right:4%;
cursor: pointer;
display: block;
color: #898989;
text-align: center;
text-decoration:none;
height: auto;
margin-top: 1px;
padding:0px 15px;
border-bottom: 1px solid #05228b;
border-left: 1px solid #05228b;
border-right: 1px solid #05228b;
border-top: 1px solid #05228b;
color: #FFF;
background: #05228b;
background: -webkit-linear-gradient(#3051c6, #05228b);
background: -moz-linear-gradient(#3051c6, #05228b);
background: -ms-linear-gradient(#3051c6, #05228b);
background: -o-linear-gradient(#3051c6, #05228b);
background: -webkit-gradient(#3051c6, #05228b);
background: linear-gradient(#3051c6, #05228b);
border-radius: 4px;
font-size: 11px;
-webkit-transition: all 0.15s ease-out;
-moz-transition: all 0.15s ease-out;
-o-transition: all 0.15s ease-out;
-ms-transition: all 0.15s ease-out;
transition: all 0.15s ease-out;
opacity:0.65;
}
#fssPlayPause:hover, #fssPlayPause:active{opacity:1.0;}
ul#slideshow{list-style:none;padding:2px;margin:auto;margin-top:0%;width:100%;height:113%;overflow:hidden;margin-left:0px;}
p{text-align:center;}
#fssList{list-style:none;width:646px;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{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;}