* {margin:0; padding:0}
body {font:12px Verdana,Arial; color:#fff; background:#222}
p {line-height:1.4; margin-bottom:0px}
#wrapper {
	width:100%;
	}

.slider-button {width:32px; cursor:pointer; font-size:30px; height:32px; line-height:26px; margin-top:0px; text-align:center; color:#888; background:#fff}
.slider-button:hover {color:#222}

.pagination {text-align: center; float:left; list-style:none; height:48px; display:none}
/*.pagination li {text-align: center; float:left; cursor:pointer; height:100px; width:105px; background:#666; border-radius:6px; margin-right:4px; margin-bottom:10px}*/
.pagination li {text-align: center; float:left; cursor:pointer; height:100px; width:105px; background:#666; border-radius:6px; margin-right:4px; margin-bottom:10px}
.pagination li:hover {background:#1AEAEA; color:#000}
li.current {background:#000000}

/* TinyFader */
 
#slideshow {text-align: center; float:left; width:101%; height:660px; /* height:612px; border:2px solid #fff; */ background:#303030;}
#slides {text-align: left; position:relative; width:1124px; height:660px; /* height:612px; */ list-style:none; overflow:auto;}
#slides li {text-align: center;  width:1124px; height:660px; /* height:612px; */ background:#262626; margin-top:0px; }
#slides li a{text-align: center; width:1124px; height:660px; /* height:612px; */ background:#303030;/* background:#fff; */ display: inline; float: left; white-space: normal; margin-top:1px; }
#slides li a img{width:auto;height:auto;max-width:1124px; max-height:660px;/* max-height:612px;*/text-align: center; color:#fff;background:#303030;/* background:#fff; */ display: inline; float: center; white-space: normal; margin-top:1px; }
.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:200px; 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}