







#slider							{ background: white url(../images/slider-bg.jpg); height: 157px; 
								  position: relative; margin: 0px 0 20px 0; overflow:hidden; }
								  
                                /* DEFAULT is for three panels in width, adjust as needed
                                   This only matters if JS is OFF, otherwise JS sets this. */								  
#mover							{ width: 925px; position: relative; }

.slide							{ padding: 0px; margin-top:-10px; width: 185px; overflow:hidden; float: left; position: relative; }
.slide p a img
{
margin-left:-25px;
border:0;
}

.slide ul
{
margin-top:-15px;
}


.slide p { text-align:center; }
#slider-stopper					{ display:none; position: absolute; top: 1px; right: 20px; color: white;
								  padding: 3px 8px; font-size: 10px; text-transform: uppercase; z-index: 1000; }
								  
								 
								  
