
#wrapper {width:544px; height: 400px; margin: 5px auto;}

.slider-button {float:left; width:32px; cursor:pointer; font-size:30px; height:200px; line-height:26px; margin:0px; padding-top:160px; text-align:center; color:#000; background:#ccc;}
.slider-button:hover {background:#c5dbed; color:#222}

.pagination {float:left; list-style:none; width:474px; height:18px; margin:0px; padding-top:10px; padding-bottom:10px; padding-left:70px;  border-top:2px solid #666; background:#ccc; display:none;}
.pagination li {float:left; cursor:pointer; height:18px; width:18px; background:#E68A2E; border-radius:3px; border:1px solid #CC7A29; margin-right:12px;}
.pagination li:hover {background:#ff9933;}
li.current {background:#FFA347}

/* TinyFader */

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

/* Slide Styling */

#content {width:464px; height:270px; padding:15px 18px 15px 18px; background:#fff}
#content h1 {font:22px Georgia,Verdana; margin-bottom:15px; color:#036}

#caption {background:#fff; position:relative}
#caption div {position:absolute; bottom:0; left:0; width:464px; padding:15px 18px 10px 18px; background:#000; background:rgba(0,0,0,.7)}
#caption h2 {font:18px Georgia,Verdana; margin-bottom:6px; color:#eee}
#caption p {line-height:1.4; color:#aaa}