#page-wrap						{ width: 1024; margin: 0 auto;}

#slider							{ height: 432px; 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: 40px 30px; width: 1024px; float: left; position: relative; height:332px; }
.slide h1						{ font-family:"Times New Roman", Times, serif; font-size: 42px; letter-spacing: -1px; color: #000; font-weight:normal; width:510px; }
.slide p, .slide ul li			{ color: #7D530F;
    font-family: lucida Grande,arial, verdana, sans-serif;
    font-size: 22px;
    line-height: 31px;
    text-align: center;
    width: 506px; }
.slide img						{ position: absolute; left: 550px; top:20px; max-width:470px; }
#slider-stopper					{ position: absolute; top: 1px; right: 20px; background: #000; color: white;  padding: 3px 8px; font-size: 10px; text-transform: uppercase; z-index: 1000;
								  -moz-border-radius: 5px 5px 5px 5px; -webkit-border-radius: 5px 5px 5px 5px;-khtml-border-radius: 5px 5px 5px 5px;-o-border-radius: 5px 5px 5px 5px;
								  -ms-border-radius: 5px 5px 5px 5px; margin-top:10px; }
.slide ul 						{ margin-top:15px; }