/* CSS Document */
.SuperSlide { width: 100%; position: relative; overflow: hidden; }
.SuperSlide .hd { position: absolute; display: block; width: 100%;  }
.SuperSlide .hd .prev, .SuperSlide .hd .next { position: absolute; display: block; cursor: pointer; text-align: center; z-index: 200; }
.SuperSlide .hd a.next { right: 0; }
.SuperSlide .hd a.prev { left: 0; }
.SuperSlide .hd .prevStop, .SuperSlide .hd .nextStop { opacity: 0.5; -moz-opacity: 0.5; filter: alpha(opacity=50); }
.SuperSlide .hd ul { float: right; overflow: hidden; zoom: 1; }
.SuperSlide .hd ul li { float: left; width: 9px; height: 9px; overflow: hidden; margin-right: 5px; text-indent: -999px; cursor: pointer; background: red; border-radius: 50%; }
.SuperSlide .hd ul li.on { background: blue; }
.SuperSlide .bd ul { overflow: hidden; zoom: 1; }
.SuperSlide .bd ul li { margin: 0; float: left; _display: inline; overflow: hidden; text-align: center; }
.SuperSlide .bd ul li .pic { text-align: center; }
