#slider							{ background: #626364 ; padding: 18px; width: 604px; height: 180px; overflow: hidden; margin-bottom:10px;
								  position: relative; overflow: hidden; }
								  
                                /* DEFAULT is for three panels in width, adjust as needed
                                   This only matters if JS is OFF, otherwise JS sets this. */	
								   
#mover							{ position: relative; }

.slide							{ width: 640px; float: left; position: relative; }
.slide h1						{ font-family: Helvetica, Sans-Serif; font-size: 20px; letter-spacing: -1px; padding-top:20px; padding-bottom:-10px; }
.slide p							{ width: 200px; color: #FFF; text-transform:none; }
.slide img						{ position: absolute; top: 20px; left: 230px; border:none; }
#slider-stopper					{ clear:both; display: none; right: 20px; text-transform:uppercase; font-size:10px; z-index: 1000; }
