.next, .prev{
	cursor:pointer;
}

#screen{
	position:relative;
	height:600px;
	width:60%;
	margin-top:40px;
}
	#screen .next, #screen .prev{
		position:absolute;
		top:200px;
	}
	#screen .prev{
		left:10px;
	}
	#screen .next{
		right:10px;
	}
	
#screen2{
	position:absolute;
	top:0;
	left:0;
}
	#screen2 #buttons{
		border:1px solid #777;
		margin-bottom:5px;
		width:1000px;
	}
	
	#screen2 #buttons a{
		margin:10px 10px;
		color:#69C;
	}
	#screen2 .prev{
		float:left;
	}
	#screen2 .next{
		float:right;
	}

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

	#slideshow ul{
		width:20000px;
		padding:0px;
		margin:0px;
	}

		#slideshow li{
			float:left;
			margin:0 16px;
			padding:0px;
			list-style: none;
		}

.clear{
	clear:both;
	width:0;
	height:0;
}

