#screen2{
	width:640px;
	
}

	#screen2 #buttons{
		border-style:solid;
		margin-bottom:5px;
		width:570px;
	}
	

	#screen2 .prev{
		
	}
	#screen2 .next{
		
	}

#slideshow{
	overflow:hidden;
	width:575px;
	border:0px;
	float:left;
}

	#slideshow ul{
		width:3900px;
		padding-left:225px;
	}

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