#slider {
	height: 102px;/* All browsers */
	_height: 114px;/* IE6 */
	overflow: hidden;
	position: relative;
	margin: 0;
}

/* DEFAULT is for three panels in width, adjust as needed
                                   This only matters if JS is OFF, otherwise JS sets this. 

#mover {
width: 976px;
position: relative;
}

*/

#mover {
	width: auto;
	position: absolute;
}

.slide {
	padding: 0px 5px;
	width: 355px;
	float: left;
	position: relative;
}

.slide h4 {
	font-size: 1.1em;
	color: #ab0000;
}

.slide img {
	position: absolute;
	top: 0px;
	left: 190px;
	clear: both;
}

#slider-stopper {
	display: none;
	position: absolute;
	top: 91px;
	right: 1px;
	background: #ac0000;
	color: white;
	padding: 3px 8px;
	font-size: 10px;
	text-transform: uppercase;
	z-index: 1000;
}
