

#page-wrap						{ background: white; width: 1280px; margin: 0 auto; 
								  padding: 0px 0; }

#slider							{ background: #e6e6e6; height: 600px; overflow: hidden;
								  position: relative;}
								  @media (max-width: 980px) {#slider{display:none;}}
								  
                                /* 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; left:0px }

.slide							{ padding: 0px 200px 160px 100px; width: 1280px; float: left; position: relative; display:table-cell; vertical-align:middle;text-align:center }
.slide h1						{ font-family: Helvetica; font-size: 30px; font-weight:bold; letter-spacing: -1px; margin:150px 10px 0px 0px; color: #0c3271;text-align:left}
.slide p						{ color: #0d0d0d; font-size: 18px; line-height: 22px; width: 300px;}
.slide img						{ position: absolute; top: 0px; right: 400px; }
#slider-stopper					{ position: absolute; top: 1px; right: 20px; background: #ac0000; color: white;
								  padding: 3px 8px; font-size: 10px; text-transform: uppercase; z-index: 1000; }