*								{ margin: 0; padding: 0; }
body							{ font-family: "Lucida Grande", Arial, Sans-Serif;}

a								{ text-decoration: none; outline: none; }
a img							{ border: none; }

#page-wrap						{ width: 970px; margin: 0 auto; margin-bottom:5px;}

#slider							{ background: #fff url(../images/slider-bg.jpg) right no-repeat; overflow: hidden;
								  position: relative;}
								  
                                /* DEFAULT is for three panels in width, adjust as needed
                                   This only matters if JS is OFF, otherwise JS sets this. */								  
#mover							{ width: 3000px; position: relative; }

.slide							{ padding: 20px 15px; width: 970px; float: left; position: relative; }
.slide h3						{ font-family: Helvetica, Sans-Serif; font-size: 30px; letter-spacing: -1px;
								  color: #5F9410;}
.slide p						{ color: #999; font-size: 12px; line-height: 20px; width: 300px; }
.slide img						{ position: absolute; left: 400px; top:5px; }
/*#slider-stopper					{ position: absolute; top: 1px; right: 20px; background: #5F9410; color: white;
								  padding: 3px 8px; font-size: 10px; text-transform: uppercase; z-index: 1000; }*/