#wrapper {
	width:600px;
	height: 360px;
	overflow:hidden;
}

#container_slide {
	position:relative; 
	height:360px;
}

.sliderbutton {
	float:left; 
	width:25px; 
	height:235px; 
	cursor:pointer
}

#slideleft {
	background:url(images/icons.gif) -50px -265px no-repeat
}

#slideleft:hover {
	background-position:-0 -265px
}

#slideright {
	background:url(images/icons.gif) 0 90px no-repeat
}

#slideright:hover {
	background-position:-50px 90px
}

#slider {
	float: right;
    height: 360px;
    overflow: auto;
    position: relative;
    width: 600px;
}

#slider ul {
	position:absolute; 
	list-style:none; 
	top:0; 
	left:0;
	margin:0px 0px 0px -40px;
}

#slider li {
	float:left;
	width:600px;
	height:360px;
}

.pagination {
	height: 25px;
    list-style: none outside none;
    position: absolute;
	z-index:666;
    right: 2px;
    top: 330px;
}
.pagination li {
	float:left; 
	cursor:pointer; 
	height:8px; 
	width:8px; 
	background:#ccc; 
	margin:0 4px 0 0; 
	border:1px solid #fff
}

.pagination li:hover, li.current {
	background:#ad8516;
}