/*
    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: 971px; position: relative; margin:0;}
.anythingSlider .wrapper                { width: 971px; overflow:auto; height:485px; position: absolute; top:0; left:0; }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position:absolute; top: 0; left: 0; margin: 0; }
.anythingSlider ul li                   { display:block; float:left; padding:0; height:485px; width: 971px; margin:0; }
.anythingSlider .arrow                  { display: block; height: 150px; width: 14px; text-indent: -9999px; position: absolute; top: 30px; cursor: pointer; }
.anythingSlider .forward                { background:url(next.gif) no-repeat; right: 0px;}
.anythingSlider .back                   { background:url(prev.gif) no-repeat; left: 0px;}
.anythingSlider .forward:hover          { background:url(next.gif) no-repeat;}
.anythingSlider .back:hover             { background:url(prev.gif) no-repeat;}
.anythingSlider .arrow{display:none;}

.anythingSliderShowcase                         { width: 971px; height:171px; position: relative; margin:4px 0 0 0;}
.anythingSliderShowcase .wrapper                { width: 971px; overflow:auto; height:171px; position: absolute; top:0; left:0; }
.anythingSliderShowcase .wrapper ul             { width: 99999px; list-style: none; position:absolute; top: 0; left: 0; margin: 0; }
.anythingSliderShowcase ul li                   { display:block; background:none; float:left; padding:0; height:171px; width: 237px; margin:0; }
.anythingSliderShowcase .arrow                  { display: block; height: 150px; width: 20px; text-indent: -9999px; position: absolute; top: 0; cursor: pointer; }
.anythingSliderShowcase .forward                { background:url(next.gif) no-repeat; right: 0px;}
.anythingSliderShowcase .back                   { background:url(prev.gif) no-repeat; left: 0px;}
.anythingSliderShowcase .forward:hover          { background:url(next.gif) no-repeat;}
.anythingSliderShowcase .back:hover             { background:url(prev.gif) no-repeat;}
.anythingSliderShowcase #thumbNav				{ display:none; }

#thumbNav                               { text-align: right; height:30px; padding: 495px 0 0 0; }
#thumbNav a                             { overlay:auto; font-size:0px; display:inline-block; padding:0; height:13px; width:13px; margin: 0 0 0 7px; border:1px solid #757c80; }
#thumbNav a:hover                       { background:url(thumbNav-bg.gif) no-repeat; }
#thumbNav a.cur                         { background:url(thumbNav-bg.gif) no-repeat; }

#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; }

