* {
	margin:0;
	padding:0
}
#wrapper {
	width:500px;
	margin:75px auto
}
.sliderbutton {
	float:left;
	width:32px;
	padding-top:134px
}
.sliderbutton img {
	cursor:pointer
}
.sliderbutton img:hover {
	background:#666
}
#slideshow {
	float:left;
	width:286px;
	height:196px;
	border:6px solid #fff;
	background:#fff
}
#slides {
	position:relative;
	width:286px;
	height:196px;
	list-style:none;
	overflow:auto
}
#slides li {
	width:286px;
	height:196px
}
.pagination {
	float:left;
	list-style:none;
	height:25px;
	margin:5px 0 0 2px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
}
.pagination li {
	float:left;
	cursor:pointer;
	width:18px;
	background:#064278;
	border:1px solid #3d6d98;
	margin:5px 5px 0 0;
	text-align:center;
	color:#fff;
}
.pagination li:hover {
	background:#1f598c;
	border:1px solid #517ea6;
	color:#9ad2f4;
}
li.current {
	border:1px solid #cae8ff;
	background:#fff;
	color:#3d6d98;
}
li#content {
	width:464px;
	height:270px;
	padding:15px 18px 15px 18px;
	background:#fff
}
#content h1 {
	font:22px Georgia, Verdana;
	margin-bottom:15px;
	color:#036
}
