
#container {
	position: absolute;
	top: 0px;
	left: 0px;
	background: none; 
	margin:0; 
	padding:0; 
	height:220px;
	width: 800px;
}

/*border-right:1px solid #ccc; border-bottom:1px solid #ccc; */

.sliderbutton {float:left; width:25px; height:137px; cursor:pointer;}

#slideleft {background:url(../images/icons.gif) -50px -236px no-repeat;}
#slideleft:hover {background-position:-0 -236px}

#slideright {background:url(../images/icons.gif) 0 39px no-repeat;}
#slideright:hover {background-position:-50px 39px;}
 
#slider {float:left; position:relative; overflow:auto; width:800px; height:220px;}
#slider ul {position:absolute; list-style:none; top:0px; left:0px; margin: 0; padding: 0;}
#slider li {float:left; width:800px; height:220px;}

.pagination {position:absolute; top:190px; left:-20px; list-style:none; height:25px; z-index:30;}
.pagination li {float:left; cursor:pointer; height:6px; width:6px; background:#ccc; margin:0 3px 0 0; border:1px solid #fff; display:block;}
.pagination li:hover, li.current {background:#f1f1f1;}