* {margin:0; padding:0}
body {font:12px Verdana,Arial; color:#555; background:#222 url(images/bg.jpg) 50% 0 no-repeat}
p {line-height:1.4; margin-bottom:12px}
#wrapper {width:578px; margin:25px 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:500px;
	height:300px;
	border:2px solid #4D4D4D;
	background:#4D4D4D;
}
#slider ul {position:absolute; list-style:none; top:0; left:0}
#slider li {float:left; width:500px; height:300px; padding-right:10px}

.pagination {float:left; list-style:none; height:25px; margin:15px 0 0 32px}
.pagination li {
	float:left;
	cursor:pointer;
	padding:2px 0px 2px 4px;
	background:#666;
	border:1px solid #4D4D4D;
	margin:0 4px 0 0;
	text-align:center;
	color:#FFF;
}
.pagination li:hover {
	background:#666;
	color:#FFF;
	border-top: 1px solid #4D4D4D;
	border-right: 1px solid #4D4D4D;
	border-bottom: 1px solid #C39;
	border-left: 1px solid #4D4D4D;
}
li.current {border:1px solid #ccc; background:#888}

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

