* {margin:0; padding:0}
body {
	font:12px Verdana,Arial;
	color:#555;
	background-color: #3b3d39;
	background-repeat: no-repeat;
	background-position: 50% 0;
	padding-top: 10px;
}
p {line-height:1.4; margin-bottom:12px}
#wrapper {
	width:578px;
	margin-top: 75px;
	margin-right: auto;
	margin-bottom: 75px;
	margin-left: auto;
	padding-top: 10px;
}

.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:325px;
	height:370px;
	background-color: #444749;
}
#slider ul {
	position:absolute;
	list-style:none;
	top:-14px;
	left:-428px;
	width: 320px;
	height: 350px;
}
#slider li {float:left; width:500px; height:300px; padding-right:10px}

.pagination {
	float:left;
	list-style:none;
	height:25px;
	margin-top: 380px;
	position: absolute;
	padding-left: 80px;
}
.pagination li {
	float:left;
	cursor:pointer;
	padding:5px 8px;
	background:#666;
	border:1px solid #999;
	margin:0 4px 0 0;
	text-align:center;
	color:#222;
	position: relative;
}
.pagination li:hover {background:#777; border:1px solid #bbb; color:#000}
li.current {border:1px solid #ccc; background:#888}

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

