@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: 1002px;
        margin: auto;
}
#fssPrev {
        position: absolute;
        top: 169px;
        left: -67px;
        width: 67px;
        height: 110px;
        text-indent: -999999px;
}
#fssNext {
        position: absolute;
        top: 169px;
        left: 1002px;
        width: 67px;
        height: 110px;
        text-indent: -999999px;
}
#fssPlayPause {
        position: absolute;
        background: url(white.png) 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;
        //border: 1px solid #999;
        //padding: 2px;
        margin: auto;
        //margin-top: 5%;
        width: 640px;
        height: 480px;
        overflow: hidden;
}

#fssList {
        list-style: none;
        position: absolute;
		bottom: 10px;
		text-align: left;
}
#fssList li {
        display: inline;
        padding-right: 10px;
}
#fssList li a {
	color: #999;
	text-decoration: none;
	width: 15px;
	height: 15px;
	background: #FF8A00;
	display: inline-block;
	text-indent: -10000px;
	border-radius: 20px;
	border: solid;
	border-color: #A9A9A9;
	transition:all 0.3s ease;
}

#fssList li.fssActive a {
        font-weight: bold;
        color: #333;
	background: #342D27;
}

#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;
}
img {
        width: 100%;
}