                                /* DEFAULT is for three panels in width, adjust as needed
                                   This only matters if JS is OFF, otherwise JS sets this. */
#slider							{ height: 150px; width:520px; margin:left; overflow: hidden;
								  position: relative; margin: 5px 0; border-top:1px solid #BDC2C9;border-bottom:1px solid #BDC2C9;}
#mover							{ width: 520px; position: relative; }

.slide							{ padding: 26px 40px; width:540px; height: 150px; float: left; position: relative; }
.slide h1						{ font-size: 16px;}
.slide p						{ font-size: 12px; line-height: 22px; width: 250px;}
.slide a						{ text-decoration: none;}
.slide a:hover					{ text-decoration: underline;}
.slide img						{ position: absolute; top: 10px; left: 350px; vertical-align: middle;}
.slide h2						{ font-size: 14px; padding: 0 190px; color: #039; font-weight: normal}
#slider-stopper					{ position: absolute; top: 0px; right: 10px; background: #ac0000; color: white;
								  padding: 3px 8px; font-size: 10px; z-index: 1000; }
h2.slidername {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #036;
	padding: 8px 0 2px 0;
	margin-bottom: 10px;
	margin-left: 0;
	border-bottom: 3px solid #888888;
	font-size: 1.25em;
	line-height: 24px;
}