*								{ margin: 0; padding: 00; }
body							{ font-family: verdana;   }


#slider						{ background: white; width: 960px; height: 250px; overflow: hidden;
								  position: relative; margin: 0px 20px; }
								  
                                /* DEFAULT is for three panels in width, adjust as needed
                                   This only matters if JS is OFF, otherwise JS sets this. */								  
#mover							{ width: 960px; position: relative; }

.slide						{ padding: 15px 0px; width: 960px; float: left; position: relative; }
.slide h1						{ font-family: Helvetica, Sans-Serif; font-size: 30px; letter-spacing: -1px;
								  color: #389eef; }
.slide p						{ color: #017AD7; font-size: 12px; font-weight:bold; text-align::justify;
line-height: 22px; width: 400px; }
.slide img						{ position: absolute; top: 1px; left: 440px; }
#slider-stopper					{ position: absolute; top: 1px; right: 0px; background: #ffffff; color: #389ffe;
								  padding: 3px 8px; font-size: 10px; text-transform: uppercase; z-index: 960; }
								  
