/*
    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/
*/


.featureSection		                         { width: 629px; height: 388px; position: relative; margin: 0 auto 15px;  }
.featureSection .wrapper                { width: 629px; overflow: auto; height: 388px; margin: 0 0; position: absolute; top: 0; left: 0; }
.featureSection .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; }
.featureSection ul li                   { display: block; float: left; padding: 0; height: 388px; width: 629px; margin: 0; position: relative; }
.featureSection .arrow                  { display: none;  height: 200px; width: 67px; no-repeat 0 0; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; }
.featureSection .forward                { background-position: 0 0; right: -20px; display: none;  }
.featureSection .back                   { background-position: -67px 0; left: -20px;  display: none;  }
.featureSection .forward:hover          { background-position: 0 -200px; }
.featureSection .back:hover             { background-position: -67px -200px; }

#thumbNav-home                               { position: relative; top: 360px; text-align: left; right: 0; z-index: 1001; background: url(../images/global/thumbnav-back.png) left no-repeat;; padding: 10px 0 0 0;}
#thumbNav-home a                             {  text-decoration: none; color:#fff; background: #008cd5; display: inline-block; padding: 1px 6px; margin: 0 7px 0 0; text-align: center; font-weight: bold;}
#thumbNav-home a:hover                       { color: #fff; background: #005b8a; }
#thumbNav-home a.cur                         { color: #fff; background: #005b8a; }

#start-stop                             { background: green; display: none; background-image: url(file:///C|/top%20hat%20freelancing/web/skydive%20nagambie/images/cellshade.png); background-repeat: repeat-x; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 45px; top: 323px;}
#start-stop.playing                     { background-color: red; display: none;  }
#start-stop:hover                       { background-image: none; }

/*
  Prevents
*/
.featureSection .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.featureSection .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }




