/*
    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/ 465x160
*/
.anythingSlider h1, .anythingSlider h2, .anythingSlider h3 { color:#FFF; }

.anythingSlider                         { width: 630px; height: 160px; position: relative; margin: 10px 30px 0 auto; float:left; color:#FFF }
.anythingSlider .wrapper                { width: 620px; overflow: auto; height: 160px; margin: 0; position: absolute; top: 0; left: 0; }

                                        /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; }
.anythingSlider .wrapper ul li          { display: block; float: left; padding: 0; height: 160px; width: 620px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; text-indent: -9999px; position: absolute; top: -250px; cursor: pointer; display:none }
.anythingSlider .forward                { background-position: 0 0; right: -20px; }
.anythingSlider .back                   { background-position: -67px 0; left: -20px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }

.thumbNav                               { position: relative; top: 150px; text-align: center; }
.thumbNav ul                            { margin:7px 0 0;}
.thumbNav li                            { display: inline; margin:0 0 0 2px;  }
.thumbNav a                             { display:inline-block; width:12px; height:12px; overflow:hidden; background: #646262; margin-right:3px; }
.thumbNav a:hover                       { display:inline-block; width:12px; height:12px; background: #f89119; }
.thumbNav a.cur                         { background: #f89119; }

.start-stop                             { 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; }
