
#wrapper {width:700px; margin:70px auto}

.slider-button-L {position: relative; left:-670px; float:left; width:32px; cursor:pointer; font-size:30px; height:0px; line-height:26px; margin-top:200px; text-align:center; color:#888; background:#fff}
.slider-button-L:hover {color:#222}
.slider-button-R {position: relative; left:-30px;float:left; width:32px; cursor:pointer; font-size:30px; height:0px; line-height:26px; margin-top:200px; text-align:center; color:#888; background:#fff}
.slider-button-R:hover {color:#222}


.pagination {float:left; list-style:none; height:40px; margin:15px 0 0 -35px; display:none; width:630px;}
.pagination li {float:left; cursor:pointer; height:12px; width:12px; background:#4a3560; border-radius:2px; margin-right:5px; margin-bottom:5px;}
.pagination li:hover {background:#4a3560; color:#4a3560}
li.current {background:#8460AA}

/* TinyFader */

#slideshow {float:left; width:630px; height:400px; border:2px solid #fff; background:#fff}
#slides {position:relative; width:630px; height:400px; list-style:none; overflow:auto; margin:0px 0 0 -40px;}
#slides li {width:630px; height:400px}
.fader-slide {opacity:0; position:absolute}
.fader-fade {opacity:1; -webkit-transition:opacity .4s; -moz-transition:opacity .4s; transition:opacity .4s}

