  /*
    anythingSlider v1.0
    
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/

    CSS modified by Andy Smith <andy@zambezi.org.uk> for
    www.journalism.co.uk
*/

/* Slider wrapper */

.anythingSlider                         { width: 620px; height: 360px; position: relative; margin: 0 auto 15px; }
.anythingSlider .wrapper                { width: 588px; overflow: auto; height: 341px; margin: 0 16px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; background: #eee; border-top: 3px solid #858585; border-bottom: 3px solid #858585; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 317px; width: 588px; margin: 0; background: none; }

/* Arrows */

.anythingSlider .arrow                  { display: block; height: 100px; width: 26px; background: url(/uploads/slider-arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 115px; cursor: pointer; }
.anythingSlider .forward                { background-position: -35px 0; right: 0; }
.anythingSlider .back                   { background-position: -9px 0; left: 0; }
.anythingSlider .forward:hover          { background-position: -35px -100px; }
.anythingSlider .back:hover             { background-position: -9px -100px; }
.anythingSlider .forward:active         { background-position: -35px -200px; }
.anythingSlider .back:active            { background-position: -9px -200px; }

/* Slide navigation */

#thumbNav                               { position: relative; top: 330px; text-align: center; }
#thumbNav a                             { display: inline-block; padding: 0.1em 0.5em 0.25em 0.5em; margin: 0 0.25em; border-radius: 4px; -moz-border-radius: 2px; -webkit-border-radius: 2px; color: #000; background: transparent; }
#thumbNav a:hover                       { color: #000; background: #ccc; }
#thumbNav a:active                      { color: #fff; background: #f3c; }
#thumbNav a.cur                         { color: #fff; background: #f3c; }

/* Autoplay start/stop button */

#start-stop                             { display: inline-block; position: absolute; right: 45px; top: 330px; padding: 0.1em 0.5em 0.25em 0.5em; border-radius: 2px; -moz-border-radius: 4px; -webkit-border-radius: 2px; color: #000; background: transparent; }
#start-stop.playing                     { }
#start-stop:hover                       { color: #000; background: #ccc; }
#start-stop:active                      { color: #fff; background: #f3c; }

/* Undo styling for lists in slides */

.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }

/* Slide content */

.anythingSlider .wrapper ul li ul,
.anythingSlider .wrapper ul li ol {
  display: block;
  margin: 5px 0 10px 0;
  padding: 0 0 0 1em;
  font-family: inherit;
}

.anythingSlider .wrapper ul li ul li,
.anythingSlider .wrapper ul li ol li {
  display: list-item;
  list-style-position: outside;
  margin: 0;
  padding: 0;
  font-family: inherit;
}

.anythingSlider .wrapper ul li ul li {
  list-style-type: disc;
}

.anythingSlider .wrapper ul li ol li {
  list-style-type: decimal;
}

.anythingSlider .wrapper > ul > li > div {
  padding: 20px 40px;
  font-family: Georgia, Arial, Helvetica, sans-serif;
  font-size: 1.3em;
  line-height: 140%;
}
#panel-1 {
  padding: 0;
}
#panel-5 {
   padding: 20px 0 0;
   background: white;
 