/*
    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; margin: 0 auto; height: 323px; z-index:809 }
.anythingSlider .wrapper                { width: 680px; overflow: hidden; height: 323px; margin:0 auto; position: relative; top: 0; left: 0; z-index:810; }

                                       /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; background: #000; border:0; margin: 0; z-index:803; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 323px; width: 680px; margin: 0; position:relative; z-index:804; }
.anythingSlider .arrow                  { font-size:0px; position:absolute; width:6px; height:7px;z-index:812; bottom:8px; cursor:pointer; }
.anythingSlider .forward                { left:122px; }
.anythingSlider .back                   { left:28px; }
.anythingSlider .forward:hover { background:url(../i/site/bg-slides-arrow.jpg) no-repeat left bottom; }
.anythingSlider .back:hover { background:url(../i/site/bg-slides-arrow.jpg) no-repeat; }

#thumbNav                               { position: absolute; bottom:0px;left:15px; text-align: center; z-index:811; margin:0; width:128px; height:16px; background:url(../i/site/bg-slide-bullets.png) no-repeat; padding:5px 0 0 1px;}
#thumbNav a                             { margin:0 4px 0 0; font-size:1px; line-height:0px; text-decoration:none; display:inline-block; padding:0; width: 9px; height: 9px; overflow:hidden; text-indent:-9999px; }
#thumbNav a.cur, #thumbNav a:hover      { background:url(../i/site/bg-slides-current.jpg) no-repeat; }

#start-stop                             { display:none; }
#start-stop.playing                     { background-color: red; display:none; }
#start-stop:hover                       { background-image: none; 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; }
