#screen2 {
	position:relative;
	width:660px;
	margin:20px;
}

#screen2 #buttons {
	border:1px solid #777;
	margin-bottom:5px;
	width:679px;
}

#screen2 #buttons a {
	margin:10px 10px;
	color:#69C;
}
#screen2 .prev {
	float:left;
}

#screen2 .next {
	float:right;
}

#slideshow{
	overflow:hidden;
	width:659px;
	position:relative;
	left:0px;
	float:left;
}

#slideshow ul{
	
}

#slideshow li{
	float:left;
	margin:0 0;
	cursor:pointer;
}