
#page-wrap						{ background: white; width: 960px; margin: 0 auto; 
								  padding: 50px 0; }

#slider							{ background:#3A5964; border:solid 5px #33424b; height: 227px; 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: 2880px; position: relative; }

.slide							{ padding: 30px 30px; width: 900px; float: left; position: relative; }
								  color: #ac0000; }
.slide p						{ color: #FFF; padding-right:5px; font-size: 12px; width: 200px; }
.slide img						{ position: absolute; top: 20px; left: 210px; }
#slider-stopper					{ position: absolute; top: 1px; right: 20px; background: #ac0000; color: white;
								  padding: 3px 8px; font-size: 10px; text-transform: uppercase; z-index: 1000; }