@charset "UTF-8";
/* CSS Document */

* { padding:0; margin:0; outline:none; }

#slideshowWrapper { position:relative; width:1200px; margin:auto; }

#fssPrev { position:absolute; top:378px; left:0px; background:url(../image/header-banner-left-arrow.png) no-repeat; width:70px; height:70px; text-indent:-999999px; }

#fssNext { position:absolute; top:378px; right:0px; background:url(../image/header-banner-right-arrow.png) no-repeat; width:70px; height:70px; text-indent:-999999px; }

#fssPlayPause { position:absolute; bottom:79px; left:560px; background:rgba(0,0,0, 0.25); padding:6px 0 8px 0; -moz-border-radius:10px; border-radius:10px; width:80px; text-align:center; display:block; color:#fff; font-weight:bold; text-transform:uppercase; text-decoration:none; }


ul#slideshow { list-style:none; width:1200px; height:448px; overflow:hidden; }

#fssList { list-style:none; width:1200px; margin:auto; padding:10px 0 0 0; text-align:center; }

#fssList li { display:inline; padding-right:5px; }

#fssList li a { color:#fff; font-weight:bold; text-decoration:none; background:#ccc; -moz-border-radius:5px; border-radius:5px; padding:1px 5px 3px 5px; }

#fssList li.fssActive a { color:#fff; font-weight:bold; text-decoration:none; background:#999; -moz-border-radius:5px; border-radius:5px; padding:1px 5px 3px 5px; }