.slider
   {
   z-index: 1;
   position: static;
   top: 0; left: 0;
   width: 100%; height: 300px;
   background-color: #DDDDDD;
   }

.slider_text
   {
   position: relative;
   top: 170px; left: 0;
   width: 100%;
   color: #217345;
   font-size: 18px;
   font-weight: bold;
   text-transform: uppercase;
   }
