* {margin:0; padding:0}
p {line-height:1.4; margin-bottom:12px}
#wrapper {
	width:873px;
	margin:50px auto
}
#container {
	position:relative;
	background:#fff;
	padding:32px;
	height:235px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
}
.sliderbutton {float:left; width:25px; height:235px; cursor:pointer}
#slideleft {
	background-image: url(../images/icons.gif);
	background-repeat: no-repeat;
	background-position: -50px -265px;
}
#slideleft:hover {background-position:-0 -265px}
#slideright {
	background-image: url(../images/icons.gif);
	background-repeat: no-repeat;
	background-position: 0 90px;
}
#slideright:hover {background-position:-50px 90px}
#slider {
	float:left;
	position:relative;
	overflow:auto;
	width:758px;
	height:235px
}
#slider ul {position:absolute; list-style:none; top:0; left:0}
#slider li {
	float:left;
	width:758px;
	height:235px
}
.pagination {position:absolute; top:40px; right:61px; list-style:none; height:25px}
.pagination li {
	float:left;
	cursor:pointer;
	height:8px;
	width:8px;
	margin:0 4px 0 0;
	border:1px solid #fff;
	background-color: #5191C1;
}
.pagination li:hover, li.current {
	background-color: #FB6F24;
}
