#banner {
	width:712px;
	height:310px;	
	margin:0 auto;
	overflow:hidden;
	background:#e5e5db;
	padding:10px;
}

#slides {
	overflow:hidden;
	position:absolute;
	width:713px;
	height:310px;
	position:absolute;
	z-index:0;
}

#slides ul {
	position:relative;
	top:0;
	left:0;
	list-style:none;
	margin:0;
	padding:0;
	width:2852px;
	background:#9F6;
	margin:0;
}

#slides li {
	width:713px;
	height:310px;
	float:left;
}

#buttons {
	position:absolute;
	margin:0 0 0 650px;
	z-index:1;
}

#buttons a {
	display:block; 
	width:35px; 
	height:18px;
	float:left;
}

a#prev {
	background:url(../images/arrow.png) 0 0 no-repeat; 
}

a#prev:hover {
	background:url(../images/arrow.png) 0 -18px no-repeat;
}

a#next {
	background:url(../images/arrow.png) -35px 0 no-repeat; 
}

a#next:hover {
	background:url(../images/arrow.png) -35px -18px no-repeat;
}