/*
    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: 960px; height: 351px; position: relative; margin: 0px 0px 0px 0px; }
.anythingSlider .wrapper                { width: 960px; overflow: auto; height: 351px; margin: 0px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 0; left: 0; background: #000; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 351px; width: 960px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 19px; width: 19px; background: url(../images/next_prev.gif) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 295px; cursor: pointer; }
.anythingSlider .forward                { background-position: -20px 0px; left: 60px; }
.anythingSlider .back                   { background-position: 0px 0px; left: 40px; }
.anythingSlider .forward:hover          { background-position: -20px 0px; }
.anythingSlider .back:hover             { background-position: 0px 0px; }

#thumbNav                               { position: relative; top: 323px; text-align: center; display:none; }
#thumbNav a                             { color: black; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background: #c58b04 url(../images/cellshade.png) repeat-x; text-align: center; }
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #e0a213; }

#start-stop                             { background: green; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 45px; top: 323px; display:none;}
#start-stop.playing                     { background-color: red; }
#start-stop:hover                       { background-image: 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; }












.small_banner .anythingSlider                         { width: 698px; height: 195px; position: relative; margin: 0px 0px 10px 0px; border:#d0d0d0 solid 1px; }
.small_banner .anythingSlider .wrapper                { width: 698px; overflow: auto; height: 195px; margin: 0px; position: absolute; top: 0; left: 0; }
.small_banner .anythingSlider .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 0; left: 0; background: #000; margin: 0; }
.small_banner .anythingSlider ul li                   { display: block; float: left; padding: 0; height: 195px; width: 698px; margin: 0; }
.small_banner .anythingSlider .arrow                  { display: block; background: url(../images/next_prev_btn.gif) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 167px; cursor: pointer; }
.small_banner .anythingSlider .forward                { background-position: -30px 0px; left: 50px; height: 10px; width: 66px; }
.small_banner .anythingSlider .back                   { background-position: 0px 0px; left: 20px; height: 10px; width: 30px; }
.small_banner .anythingSlider .forward:hover          { background-position: -30px 0px; }
.small_banner .anythingSlider .back:hover             { background-position: 0px 0px; }

.small_banner #thumbNav                               { position: relative; top: 162px; display:block; text-align:left; margin-left:120px;}
.small_banner #thumbNav a                             { color: black; display: inline-block; padding: 2px 6px; margin: 0 5px 0 0; text-align: center; background-color:transparent !important; }
.small_banner #thumbNav a:hover                       { background-image: none; }
.small_banner #thumbNav a.cur                         { background: #e0a213; }

.small_banner #start-stop                             { background: green; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 45px; top: 323px; display:none;}
.small_banner #start-stop.playing                     { background-color: red; }
.small_banner #start-stop:hover                       { background-image: none; }

/*
  Prevents
*/
.small_banner .anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.small_banner .anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }
