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

.anythinSlider_area                     { text-align:center; margin: 0 0 15px; }

.anythingSlider                         { width: 320px; height: 220px; position: relative; margin: 0 auto; }
.anythingSlider .wrapper                { width: 280px; overflow: auto; height: 192px; margin: 0 20px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 0; left: 0; background: #eee; border-top: 3px solid #e0a213; border-bottom: 3px solid #e0a213; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 186px; width: 280px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 110px; width: 37px; background: url(../img/slider/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 37px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: -10px; }
.anythingSlider .back                   { background-position: -37px 0; left: -10px; }
.anythingSlider .forward:hover          { background-position: 0 -110px; }
.anythingSlider .back:hover             { background-position: -37px -110px; }

#thumbNav                               { position: relative; top: 192px; text-align: center; }
#thumbNav span                          { color: black; font: 11px/18px; Georgia, Serif; display: none; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; text-align: center;}
#thumbNav span.cur                      { display: inline-block; }

#start-stop                             { display: none; }

/*
  Prevents
*/
.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; }
