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


.anythingSlider                         { width: 800px; height: 404px; position: relative; margin: 0 auto 15px; }
.anythingSlider .slider                { width: 800px; overflow: auto; height: 404px; position: absolute; top: 0; left: 0; }
.anythingSlider .slider ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; background: #eee; }
.anythingSlider ul li                   { display: block; float: left; height: 404px; width: 800px; background:none }
.anythingSlider .arrow                  { display: block; height: 404px; width: 28px; text-indent: -9999px; position: absolute; top: 0; cursor: pointer; }
.anythingSlider .forward                {right: -27px; background:url(/images/structure/slider/right.png) no-repeat right center }
.anythingSlider .back                   {left: -29px; background:url(/images/structure/slider/left.png) no-repeat left center }

#thumbNav                               { position: relative; top: 409px; width:200px; padding-left:600px; text-align: right; z-index:1000 }
#thumbNav a                             { width:16px; height:16px; background:#FFF; display:inline-block; margin-left:2px }

#start-stop                             { display:none}

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