/* ---- /// SLIDER /// ---- */
#subhead {margin: 0 0 35px 0; position: relative }
#slider {height: 590px; width: 990px; }

#controls { position: absolute; bottom: -34px; left: 50%;  width: 140px; height: 27px; }
#subhead a {  z-index: 9990; text-indent: -999em; float: left; margin: 0 5px 0 0; }

#subhead .prev {display: block; width: 22px; height: 27px; background: url(../gfx/controls.gif) no-repeat 0 0; }
#subhead .prev:hover {background-position: 0 -27px;}

#subhead .next {display: block; width: 21px; height: 27px; background: url(../gfx/controls.gif) no-repeat -64px 0; }
#subhead .next:hover {background-position: -64px -27px;}

#subhead .pause {display: block; width: 21px; height: 27px; background: url(../gfx/controls.gif) no-repeat -22px 0; }
#subhead .pause:hover {background-position: -22px -27px;}

#subhead .play {display: block; width: 22px; height: 27px; background: url(../gfx/controls.gif) no-repeat -43px 0; }
#subhead .play:hover {background-position: -43px -27px;}

#slider img {
  background: #EEEEEE;
  width: 100% !important;
  height: auto !important;
  max-width: 100%;
  height: auto;
  display: none;
}




/*

#subhead .prev {display: block; width: 22px; height: 27px; background: url(../gfx/controls.gif) no-repeat 0 0; text-indent: -999em; position: absolute; bottom: -30px; right: 410px;}
#subhead .prev:hover {background-position: 0 -27px;}

#subhead .next {display: block; width: 21px; height: 27px; background: url(../gfx/controls.gif) no-repeat -64px 0; text-indent: -999em;position: absolute; bottom: -30px; right: 540px;}
#subhead .next:hover {background-position: -64px -27px;}

#subhead .pause {display: block; width: 21px; height: 27px; background: url(../gfx/controls.gif) no-repeat -22px 0; text-indent: -999em;position: absolute; bottom: -30px; right: 515px;}
#subhead .pause:hover {background-position: -22px -27px;}

#subhead .play {display: block; width: 22px; height: 27px; background: url(../gfx/controls.gif) no-repeat -43px 0; text-indent: -999em;position: absolute; bottom: -30px; right: 515px;}
#subhead .play:hover {background-position: -43px -27px;}

*/