.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:300px; height:228px; border:0px solid #ccc; background:#fff; margin-right:18px;}
#slider ul {
	position:absolute;
	list-style:none;
	top:0;
	left:0;
	height: 228px;
	margin-left:-32px;
	width:300px;
}
#slider li {float:left; width:300px; height:228px; padding-right:10px}

.pagination {float:left; list-style:none; height:25px; margin:15px 18px 18px -32px}
.pagination li {float:left; cursor:pointer; padding:5px 8px; background:#8ca6b3; border:1px solid #999; margin:0 4px 0 0px; text-align:center; color:#222}
.pagination li:hover {background:#c2d945; border:1px solid #8ca6b3; color:#000}
li.current {border:1px solid #8ca6b3; background:#b0ccd7}

li#content {width:300px; height:228px; padding:15px 28px 15px 18px}
#content h1 {font:22px Georgia,Verdana; margin-bottom:15px; color:#036}
