#page-w						{ background: white; width: 560px; margin: 0 auto; 
								  padding: 5px 0; }

#slider							{ background: white url(/templates/default/images/slider-bg.jpg); height: 200px; overflow: hidden;
								  position: relative; margin: 5px 0; }
								  
                                /* DEFAULT is for three panels in width, adjust as needed
                                   This only matters if JS is OFF, otherwise JS sets this. */								  
#mover							{ width: 560px; position: relative; }

.slide							{ padding: 10px 10px; width: 570px; float: left; position: relative; }
.slide h1						{ font-family: Helvetica, Sans-Serif; font-size: 20px; letter-spacing: -1px;
								  color: white; }
.slide p						{ color: white; font-size: 12px; width: 550px   }
.slide img						{ position: absolute; top:100px; left: 350px; }
.slide ul  						{ color:#fFF }
#slider-stopper					{ position: absolute; top: 1px; right: 20px; background: #082d11; color: white;
								  padding: 3px 8px; font-size: 10px; text-transform: uppercase; z-index: 550px; }