* {margin:0; padding:0}

#wrapper2
{
	margin: 0 auto;
	width: 1024px;
	background: #000;
box-shadow: 2px 2px 17px 5px #000;
}

.pagination {float:left; list-style:none; height:0px; margin:0px 0px 0 0px; display:none;
box-shadow: 1px 1px 17px 5px #000;
	width: 1019px;
background:#000;
	text-align: right;
	height: 12px;
padding: 0 0 0 5px;
}
.pagination li {float:left; cursor:pointer; height:12px; width:12px; background:#666; border-radius:6px; margin-right:4px}
.pagination li:hover {background:#777; color:#FFF}
li.current {background:#888;}

/* TinyFader */

#slideshow {float:left; width:1024px; height:300px; border:0px solid #000; background:#fff; box-shadow: 1px 1px 17px 5px #000;}
#slides {position:relative; width:1024px; height:300px; list-style:none; overflow:auto}
#slides li {width:1024px; height:300px}
.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}