* {margin:0; padding:0}
#container {
	position:relative;
	width:566px;
	height:366px
}
.sliderbutton {float:left; width:25px; height:366px; cursor:pointer}
#slideleft {background:url(images/icons.gif) -50px -366px no-repeat}
#slideleft:hover {background-position:-0 -366px}
#slideright {background:url(images/icons.gif) 0 0px no-repeat}
#slideright:hover {background-position:-50px 0px}
#slider {float:left; position:relative; overflow:auto; width:516px; height:366px}
#slider ul {
	position:absolute;
	list-style:none;
	left:0;
	width: 516px;
}
#slider li {float:left; width:516px; height:398px}
.pagination {position:absolute; top:8px; right:30px; list-style:none; height:25px}
.pagination li {float:left; cursor:pointer; height:8px; width:8px; background:#cc6600; margin:0 4px 0 0; border:1px solid #fff}
.pagination li:hover, li.current {background:#fff}
