.next, .prev{
	cursor:pointer;
}

#screen2{
	position:relative;
	width:807px;
	margin:0px;
	height:145px;
	border:0px solid #FFC751;
	padding:0;
	background-color:#FFC751;
}
	#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;
		}
	#screen2 img
	{
		border:none;
	}
	#screen2 #specials 
	{
	width: 160px;
	vertical-align:middle;
	height:145px;
		
	}

	
#scrollercontainer 
{
	
	
	}

#bslideshow{
	overflow:hidden;
	width:615px;
	height:145px;
	border-style:none;
	vertical-align:middle;
	
	
	
}

	#bslideshow ul{
		width:3900px;
		padding-left:225px;
		list-style-type: none;
		height:145px;
		
		
		
	}

		#bslideshow li{
			float:left;
			margin:0 6px 0 0;
			height:145px;
			cursor:pointer;
			list-style-type:none;
			vertical-align:middle;
			
		}
		
