 @charset "utf-8";
.banner { width: 100%; overflow: hidden; float: left; height: 600px; }
.fader { position: relative; width: 1200px; padding-top: 30%; font-family: "futura", arial; margin: 0 auto; }
.fader .slide { position: absolute; width: 100%; top: 0; z-index: 1; opacity: 0; }
.fader .slide img { width: 100%; height: 100%; margin: auto; }
img { border: 0; display: block; }
#banner:hover .fader_controls { opacity: 1; }
.fader .pager_list { position: absolute; width: 100%; height: 26px; padding: 0; line-height: 40px; text-align: center; z-index: 99; bottom: 4%; }
.fader .pager_list li { display: inline-block; width: 8px; height: 8px; margin: 0 7px; border-radius: 10px; background: #fff; opacity: 1; text-indent: -9999px; cursor: pointer; transition: all 150ms; vertical-align: middle;}
.fader .pager_list li:hover, .fader .pager_list li.active {width: 11px; height: 11px; opacity: 1; background: #FCD201; }
