#page-wrap						{ background: white; width: 960px; margin: 0 auto; 
								  padding: 50px 0; }

#slider							{ height: 330px; 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 30px; width: 1150px; float: left; position: relative; }
.slide h1						{ font-family: Corbel, serif; font-size: 35px; letter-spacing: -1px;
								  color: #808080; }
.slide p						{ color: #808080; font-size: 15px; line-height: 22px; width: 400px; }
.slide img						{ position: absolute; top: -65px; left: 620px;}

._slide							{ padding: 30px 30px; width: 1150px; float: left; position: relative; }
._slide h1						{ font-family: Corbel, serif; font-size: 35px; letter-spacing: -1px;
								  color: #808080; }
._slide p						{ color: #808080; font-size: 15px; line-height: 22px; width: 400px; }
._slide img						{ position: absolute; top: -65px; left: 620px;}
#slider-stopper					{ position: absolute; top: 1px; right: 20px; background: #DADADA; color: #808080;
								  padding: 3px 8px; font-size: 8px; text-transform: uppercase; z-index: 1000; }