* {margin:0; padding:0}
body {font:12px Verdana,Arial; color:#555; background:#ddd}
p {line-height:1.4; margin-bottom:25px}
#wrapper {
	width:880px;
	height: 620px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#container {
	position:relative;
	background:#F3F3F3;
	padding:0px;
	height:480px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color: #F3F3F3;
}
.sliderbutton {float:left; width:25px; height:430px; cursor:pointer}
#slideleft {background:url(images/icons.html) -50px -265px no-repeat}
#slideleft:hover {background-position:-0 -265px}
#slideright {background:url(images/icons.html) 0 90px no-repeat}
#slideright:hover {background-position:-50px 90px}
#slider {float:left; position:relative; overflow:auto; width:700px; height:430px}
#slider ul {position:absolute; list-style:none; top:0; left:0}
#slider li {float:left; width:700x; height:430px}
.pagination {
	position:absolute;
	top:450px;
	right:50px;
	list-style:none;
	height:25px
}
.pagination li {float:left; cursor:pointer; height:8px; width:8px; background:#ccc; margin:0 4px 0 0; border:1px solid #F3F3F3}
.pagination li:hover, li.current {background:#cb274a}
