@charset "utf-8";

* {margin:0; padding:0}
p {line-height:1.4; margin-bottom:12px}
#wrapper {
	width:578px;
	position: relative;
	left: 0px;
	top: 0px;
	float: right;
	margin: auto;
	visibility: visible;
}

.sliderbutton {float:left; width:32px; padding-top:134px}
.sliderbutton img {cursor:pointer}
.sliderbutton img:hover {
	background-color: #09F;
}
#slider {
	float:left;
	position:relative;
	overflow:auto;
	width:500px;
	height:300px;
	border:5px solid #CCC;
	background:#fff
}
#slider ul {
	position:absolute;
	list-style:none
}
#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:5px 8px;
	border:1px none #999;
	margin:0 4px 0 0;
	text-align:center;
	color:#222;
	background-color: #CCC;
	font-family: Tahoma, Geneva, sans-serif;
}
.pagination li:hover {
	border:1px none #bbb;
	color:#000;
	background-color: #999;
	font-family: Tahoma, Geneva, sans-serif;
}
li.current {
	border:1px none #ccc;
	background-color: #09F;
	color: #000;
	font-family: Tahoma, Geneva, sans-serif;
}

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

