#slider							{  height: 300px; width:960px; overflow: hidden;
								  position: relative; }
								  
                                /* 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: 30px 10px; width: 930px; height:300px; float: left; position: relative; overflow:hidden; }
.slide img						{ position: absolute; top: 0px; left: 15px; right:30px; width:930px; height:300px;

}
#slider-stopper					{ text-indent:-9999px; display:none; }