#page-wrap			{ background: white; width: 730px; margin: 0 auto; 
					  padding:0; overflow: hidden;}
#page-wrap a		{ text-decoration: none; outline: none; }
#page-wrap img		{ border: none; }
#page-wrap h2		{ font-family: Georgia, Serif; font-size: 36px; text-align: center; 
					font-weight: normal; }
#slider			{ background: white; height: 227px; overflow: hidden;
					  position: relative; margin:0; padding:0; border:0px solid #EEEEEE;width:730px}
		  
/* DEFAULT is for three panels in width, adjust as needed
 This only matters if JS is OFF, otherwise JS sets this. */		  
#mover		{ width: 2280px; position: relative;  padding:0;margin:0 }
.slide		{ padding: 15px 15px; width: 710px; float: left; position: relative; }
.slide h1	{ font-size: 20px; letter-spacing: -1px; color: #004c00; z-index: 1000; padding:5px 0;margin:0}
.slide p	{ color: #666; font-size: 11px; line-height: 20px; width: 190px; z-index: -1000;}
.slide img	{ position: absolute; top: 20px; left: 220px; z-index: 1000;}
#slider-stopper { position: absolute; top: 208px; right: 20px; background: #EEE; color: #888;
		  padding: 0px 7px; font-size: 8px; text-transform: uppercase; z-index: 1000; }
#slider-restart { position: absolute; top: 208px; right: 2px; background: #EEE; color: #888;
		  padding: 0px 4px; font-size: 8px; text-transform: uppercase; z-index: 1000; }
		  
