a img							{ border: none; }

img							{ border: none; }

#page-wrap						{ background: white; width: 860px; margin: 0 auto; 
								  padding: 0px 40px; z-index: 20;}

#slider							{ background: white url(../images/slider-bg3.jpg); height: 216px; overflow: hidden;
								  position: relative; margin: 0px; }
								  
                                /* 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							{ padding: 40px 30px; width: 800px; float: left; position: relative; }
.slide h1						{
	font-family: Helvetica, Sans-Serif;
	font-size: 16px;
	color: #8DC63F;
	position: absolute;
	left: 595px;
	top: 35px;
	letter-spacing: -1px;
}
.slide p						{
	color: #FFFFFF;
	font-size: 12px;
	line-height: 18px;
	width: 260px;
	font-family: "Trebuchet MS";
	position: absolute;
	left: 595px;
	top: 60px;
}
.slide a						{
	color: #FFCC00;
}
.slide img						{
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
}
#slider-stopper					{
	position: absolute;
	top: 1px;
	right: 20px;
	background: #ac0000;
	color: white;
	padding: 3px 8px;
	font-size: 8px;
	text-transform: uppercase;
	z-index: 90;
}
