*								{ margin: 0; padding: 0; }

#slider							{
	z-index: 30;
	position: relative;
	width: 940px;
	overflow: visible;
	
}
								  
                                /* DEFAULT is for three panels in width, adjust as needed
                                   This only matters if JS is OFF, otherwise JS sets this. */								  
#mover							{ width: 2880px; position: relative; }

.slide							{
	float: left;
	position: relative;
		
}
.slide img						{
	position: absolute;
	top: 0px;
	left: 620px;
	
	
}
#slider-stopper					{ position: absolute; top: 1px; right: 20px; background: #ff3333; color: white;
								  padding: 3px 8px; font-size: 10px; text-transform: uppercase; z-index: 1000; }

