#slides {
	position:relative;
	width:711px;
	height:193px;
}
#slides ul {
	position:relative;
	list-style:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 24px;
	width:999999px;
}
#slides li {
	width:711px;
	height:193px;
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;	
}
#buttons {
	position: absolute;
	display:block;
	height: 24px;
	width: 711px;
	z-index: 300;
	top: 0px;
	visibility: visible;
}
#button1 {
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#button1 a {
	display:block;
	width:24px;
	height:193px;
	text-indent:-999em;
	float:left;
	outline:0;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-image:url(../images/arrow.png);
	background-position:-24px 0px;
}
#button1 a:hover,#button1 a:focus{
	background-position:-24px -193px;
}
#button2 {
	float:right;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#button2 a {
	display:block;
	width:24px;
	height:193px;
	text-indent:-999em;
	float:right;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-image:url(../images/arrow.png);
	background-position:0px 0px;	
}
#button2 a:hover,#button2 a:focus{
	background-position:0px -193px;
}
