#wrapper {width:578px; margin:5px auto}

.slider-button {float:left; width:32px; cursor:pointer; font-size:30px; height:32px; line-height:26px; margin-top:134px; text-align:center; color:#888; background:#fff}
.slider-button:hover {color:#222}

.pagination {float:left; list-style:none; height:23px; margin:25px 0 0 32px; display:none}
.pagination li {float:left; cursor:pointer; height:12px; width:12px; background:#666; border-radius:6px; margin-right:4px}
.pagination li:hover {background:#777; color:#000}
li.current {background:#888}

/* TinyFader */

#slideshow {float:left; width:500px; height:350px; border:2px solid #fff; background:#fff}
#slides {position:relative; width:500px; height:350px; list-style:none; overflow:auto}
#slides li {width:500px; height:350px}
.fader-slide {opacity:0; position:absolute}
.fader-fade {opacity:1; -webkit-transition:opacity .2s; -moz-transition:opacity .2s; transition:opacity .2s}

