
   div#button1 {
      bottom: 120px;
      }
   div#button2 {
      bottom: 60px;
      }
   div#button3 {
      bottom: 0px;
      }


   div#splitup_buttons a:hover img#thumb1 {
      bottom: -120px;
      }
   div#splitup_buttons a:hover img#thumb2 {
      bottom: -60px;
      }
   div#splitup_buttons a:hover img#thumb3 {
      bottom: 0px;
      }


   div#splitup_buttons a:hover img#descriptor1 {
      bottom: -135px;
      }
   div#splitup_buttons a:hover img#descriptor2 {
      bottom: -75px;
      }
   div#splitup_buttons a:hover img#descriptor3 {
      bottom: -15px;
      }

