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

#slider							{ background:#3A5964; border:solid 5px #33424b; height: 150px; 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: 10px 30px; width: 900px; float: left; position: relative; 
								  color: #ac0000; }
.slide p						{ color: #FFF; padding-right:5px; margin-bottom:20px; font-size: 11px; width: 410px; line-height:15px; text-align:justify; }

#slider-stopper					{ position: absolute; top: 1px; right: 20px; background: #ac0000; color: white;
								  padding: 3px 8px; font-size: 10px; text-transform: uppercase; z-index: 1000; }
