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

#slider							{ background:none; border:solid 2px #333333; height: 190px; overflow: hidden;
								  position: relative; margin: 5px 0; width:420px; }
								  
                                /* 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; width: 900px; float: left; position: relative; }
.slide h1						{ font-family: Helvetica, Sans-Serif; font-size: 15px; letter-spacing: -1px;
								  color: #ac0000; }
.slide p						{ color: #FFF; padding-right:5px; font-weight:normal; font-size: 12px; width: 200px; }
.slide img						{ position: absolute; top: 20px; left: 200px; border:0px; }
#slider-stopper					{ position: absolute; top: 1px; right: 20px; background: #ac0000; color: white;
								  padding: 3px 8px; font-size: 10px; text-transform: uppercase; z-index: 1000; }
								  
.slideinner							{ padding:10px; width: 900px; float: left; position: relative; }
.slideinner img						{ position: relative; top: 20px; left: 25px; border:0px; }
#slider-stopper					{ position: absolute; top: 1px; right: 20px; background: #ac0000; color: white;
								  padding: 3px 8px; font-size: 10px; text-transform: uppercase; z-index: 1000; }