/*
    anythingSlider v1.2
    
    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 {position: relative;}

.anythingSlider .wrapper, .anythingSlider .wrapper ul, .anythingSlider .wrapper ul li, .anythingSlider .wrapper ul li a, .anythingSlider .wrapper ul li a img { z-index:1; }
.anythingSlider { width: 750px; height: 210px; position: relative; margin: 0;}
.anythingSlider .wrapper { width: 730px; height: 190px; overflow: auto; margin: 10px; position: absolute; top: 0; left: 0; z-index: 1; }
                                       /* Width below is max for Opera */
.anythingSlider .wrapper ul { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; background: #000; margin:0; padding:0; }
.anythingSlider ul li { display: block; float: left; height: 190px; width: 730px; margin: 0; padding: 0; background:none;}
.anythingSlider .arrow { display: block; height: 84px; width: 51px; background: url('/images/slideshow/arrows.png') no-repeat 0 0; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; margin:0; padding:0; z-index: 9999; }

.anythingSlider .forward { background-position: -51px 0; right: 10px; }
.anythingSlider .back { background-position: 0 0; left: 10px; }

.anythingSlider .forward:hover { background-position: -51px -84px; }
.anythingSlider .back:hover { background-position: 0 -84px; }

#thumbNav { position: relative; top: 352px; right:15px; text-align: right; width:100%; height:10px; visibility: hidden; }
/*#thumbNav a { display: inline-block; width:10px; height: 10px; padding: 0; margin: 0 5px 0 0; background: url(/images/slideshow/indicators.gif) 0 0 no-repeat;  }
  #thumbNav a:hover { background-position: 0 -10px; }
  #thumbNav a.cur { background-position: 0 -10px; }*/

#start-stop { display:none; }
#start-stop.playing { }
#start-stop:hover { }


/*
  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; }
