.next, .prev{
	cursor:pointer;
}

#screen2{
	position:relative;
}
	#screen2 #buttons{
	}
	
	#screen2 #buttons a{
	}
	#screen2 .prev{
	}
	#screen2 .next{
	}

#slideshow{
	overflow:hidden;
	width:626px;
}

	#slideshow ul{
		width:30000px;
	}

		#slideshow li{
			float:left;
			cursor:pointer;
			list-style:none;
		}