#slider							{ height: 227px; overflow: hidden; border: solid 0px #E3E3E3; background-color: #6F1419; position: relative; margin: 0px 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							{ width: 900px; float: left; position: relative; padding: 10px; }
.slide h1 						{ color: #E3E3E3; }
.slide p						{ width: 47%; line-height: 1.2em; }
.slide img						{ position: absolute; top: 0px; left: 50%; width: 47%; }
.slide a						{ text-decoration: underline; color: #E3E3E3; }
.slide a:hover					{ text-decoration: underline; color: #979797; }
#slider-stopper					{ position: absolute; top: 0px; right: 20px; background: #ac0000; color: white;
								  padding: 3px 8px; font-size: 10px; text-transform: uppercase; z-index: 1000; }