﻿#slider	{ 
	height: 150px; 
	overflow: hidden;
	position: relative; 
	width: 500px;
}
								  
/* DEFAULT is for three panels in width, adjust as needed This only matters if JS is OFF, otherwise JS sets this. */								  
#mover { 
	width: 1000px; 
	position: relative; 
}

.slide { 
	padding: 0px 0px; 
	width: 500px; 
	float: left; 
	position: relative; 
}

.slide img	{ 
	position: absolute; 
	border: 0px;
	top: 120px;
	left: 280px;
}

#slider-stopper	{ 
	position: absolute; 
	bottom: 5px; 
	right: 10px; 
	background: #ac0000; 
	color: white;
	padding: 3px 8px; 
	font-size: 10px; 
	text-transform: uppercase; 
	z-index: 1000; 
}

