img {border:none;}

#slider							{ background: white url(../images/slider-bg.jpg) no-repeat; height: 227px; overflow: hidden;
								  position: relative; margin-bottom: 10px; }
								  
                                /* 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: 40px 30px; width: 900px; float: left; position: relative; }
.slide h1						{ font-style: bold; color: #0070C0; font-size: 20px; font-family: "Arial", Times New Roman, Arial Black, Verdana, serif; letter-spacing: -1px;}
.slide p						{ color: #999; font-size: 12px; line-height: 20px; width: 550px; }
.slide img						{ position: absolute; top: 30px; left: 600px;}
#slider-stopper					{ position: absolute; top: 1px; right: 20px; background: #0070C0; color: white;
								  padding: 3px 8px; font-size: 10px; text-transform: uppercase; z-index: 1000; }
#dn					{ position: absolute; bottom: 1px; left: 600px; 
								  padding: 3px 8px; font-size: 10px; text-transform: uppercase; z-index: 1000; }
#dn a:hover {margin-left: 5px;}								  