@charset "UTF-8";

#slider							{
	height: 250px;
	overflow: hidden;
	position: relative;
	width: 690px;
}
								  
                                /* 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							{
	width: 680px;
	float: left;
	position: relative;
	height: 250px;
	padding: 0 0 0 10px;
}
.slide h1						{ font-family: Helvetica, Sans-Serif; font-size: 30px; letter-spacing: -1px; }
.slide p						{
	font-size: 12px;
	line-height: 140%;
	width: 366px;
	padding: 0 0 1em 0;
}
.slide img						{
	position: absolute;
	top: 45px;
	left: 390px;
}
#slider-stopper					{ position: absolute; top: 1px; right: 20px; background: #367DB1; color: white;
								  padding: 3px 8px; font-size: 10px; text-transform: uppercase; z-index: 1000; }
