
.next, .prev{
	cursor:pointer;
}


#screen2{

	position:relative;
	width:470px;
	margin:0px;
	overflow: visible;
}
	#screen2 #buttons{

		margin-bottom:5px;
		width:470px;
		position:relative;
		z-index:100;
	}
	
	#screen2 #buttons a{
	margin-top:36px;
	font-size: 16px;
	color: #a0410d;
	padding: 3px 2px 2px 2px;

	}
	#screen2 .prev{
		float:left;
	}
	#screen2 .next{
		float:right;
	}

#slideshow{
text-align:center;
	overflow:hidden;
	width:424px;
	z-index:50;
	position:relative;

}

	#slideshow ul{
	

	width:2500px;
	padding-left:0px;
	}

		#slideshow li{
	
		
			float:left;
			margin:0 1px;
			cursor:pointer;
			list-style-type:none;
			
		
		}
		#slideshow img {
			border:2px solid #5D0F02;
		}

