* {margin:0; padding:0}
body {
	color:#FFFBF0;
	font-family: Verdana, Arial;
	font-size: 12px;
	background-color: #FFFBF0;
}
p {line-height:1.4; margin-bottom:12px}
#wrapper {
	width:673px
}
#container {
	position:relative;
	background:#fff;
	height:360px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	width: 286px;
	padding-top: 35px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.sliderbutton {
	float:left;
	width:2px;
	height:235px;
	cursor:pointer
}
#slideleft {
	background-repeat: no-repeat;
	background-position: -50px -265px;
}
#slideleft:hover {background-position:-0 -265px}
#slideright {
	background-repeat: no-repeat;
	background-position: 0 90px;
}
#slideright:hover {background-position:-50px 90px}
#slider {
	float:left;
	position:relative;
	overflow:auto;
	width:280px;
	height:350px;
	background-image: url(images/background.jpg);
}
#slider ul {
	position:absolute;
	list-style:none;
	top:-2px;
	left:-33px
}
#slider li {float:left; width:558px; height:235px}
.pagination {
	position:absolute;
	top:6px;
	right:41px;
	list-style:none;
	height:25px;
	width: 166px;
}
.pagination li {
	float:left;
	cursor:pointer;
	height:20px;
	width:20px;
	border:1px solid #fff;
	background-image: url(images/pagioff.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 0;
	margin-right: 4px;
	margin-bottom: 0;
	margin-left: 0;
}
.pagination li:hover, li.current {
	background-color: #fff;
	background-image: url(images/pagion.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
