                                /* 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:750px;
	margin:left;
	overflow: hidden;
	position: relative;
	border-top:1px solid #BDC2C9;
	border-bottom:1px solid #BDC2C9;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
#mover							{
	width: 750px;
	position: relative;
}

.slide							{
	width:750px;
	height: 150px;
	float: left;
	position: relative;
	padding-top: 26px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
}
.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;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#slider-stopper					{ position: absolute; top: 0px; right: 10px; background: #ac0000; color: white;
								  padding: 3px 8px; font-size: 10px; z-index: 1000; }

