* {margin:0; padding:0}
#wrapper {width:320px; margin:40px auto}

.sliderbutton {float:left; width:32px; padding-top:134px}
.sliderbutton img {cursor:pointer}
.sliderbutton img:hover {background:#666}
#slider {float:left; position:relative; overflow:auto; width:313px; height:187px; border:1px solid #000; background:#fff}
#slider ul {
	position:absolute;
	list-style:none;
	top:0;
	left:-972px
}
#slider li {float:left; width:313px; height:187px; padding-right:10px}

.pagination {float:left; list-style:none; height:25px; margin:15px 0 0 0px}
.pagination li {float:left; cursor:pointer; padding:5px 8px; background:#f1f8fc; border:1px solid #98a9b4; margin:0 4px 0 0; text-align:center; color:#289ed9}
.pagination li:hover {background:#acd9f3; border:1px solid #98a9b4; color:#fff}
li.current {border:1px solid #98a9b4; background:#acd9f3; color:#fff;}

li#content {width:464px; height:270px; padding:15px 28px 15px 18px}
#content h1 {font:22px Georgia,Verdana; margin-bottom:15px; color:#036}

