#prev {
	display: block;
	float: left;
	height: 500px;
	width: 116px;
	z-index: 2;
	background-image: url(Images/prev.png);
	background-repeat: no-repeat;
	background-position: center center;
	clear: none;
	position: absolute;
	visibility: visible;
}
#next {
	background-image: url(Images/nextarrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 500px;
	width: 116px;
	z-index: 3;
	position: absolute;
	float: none;
	right: 0px;
	clear: none;
}
#slider {
	display: block;
	float: left;
	height: 500px;
	width: 800px;
	overflow: hidden;
	position: absolute;
	z-index: 1;
	clear: none;
}
