*								{ margin: 0; padding: 0; }

a								{ text-decoration: none; outline: none; }
a img							{ border: none; }

#page-wrap						{ background:#000000; width: 609px;  
								  font-family:arial, verdana, sans-serif; font-size:12px;
								  border:solid 1px #dcdcdc;  }

#slider							{
background: white url(../images/slider-bg.png); 
height: 200px; overflow: hidden;
position: relative;
margin: 0px 0;
border:#000000;
}
								  
                                /* 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: 20px 20px; width: 630px; float: left; position: relative;  font-family:arial, verdana, sans-serif;
	font-size:12px; text-align:justify;  }
.slide h1						{ font-family:arial, verdana, sans-serif;
	font-size:14px; color:#DA251D; 
								 }
.slide p						{ color: #666666; font-family:arial, verdana, sans-serif;
	font-size:12px; top:10px;  width: 280px; }
.slide img						{ position: absolute; top: 30px; left: 340px; }
#slider-stopper					{ font-family:arial, verdana, sans-serif;
	font-size:12px; position: absolute; top: 1px; right: 20px; background: #DA251D; color: white;
								  padding: 3px 8px; font-family:arial, verdana, sans-serif;
	font-size:12px;  text-transform: uppercase; z-index: 1000; }
