#slides {position: relative; width: 705px; height: 255px; padding: 0px; margin: 0px; list-style-type: none;}
.slide {position: absolute;left: 0px;top: 0px;width: 100%;height: 100%;opacity: 0;z-index: 1;-webkit-transition: opacity 1s;-moz-transition: opacity 1s;-o-transition: opacity 1s;transition: opacity 1s;}
.showing {opacity: 1;z-index: 2;}
#slideshow-wrapper {width: 705px;height: 255px;position: relative;z-index: 1;}
#slideshow {margin-bottom: 5px;width: 705px;overflow: hidden;white-space: nowrap;}
#slideshow img {display: inline-block;width: 100%;height: 100%;}
.circleList {position: absolute;bottom: 0;left: 50%;transform: translate(-50%, -50%);z-index: 2;}
.circle {margin-right: 2px;display: inline-block;background-color: white;width: 12px;height: 12px;border-radius: 50px;}
