Hello Dark Mod 2 Slider 2

Note that Firefox will display this slider with a large amount of padding below it causing any content positioned normally to appear too low. To get the content flush you will need a Firefox specific div. Sample shown below:

[[module css]]
.contentposition {
    position: relative;
    top: -80px;
}

@-moz-document url-prefix() { 
  .contentposition {
    position: relative;
    top: -115px;
  }
}

[[/module]]