/*
    anythingSlider v1.3
    
    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: 300px; position: relative; margin: 0; z-index: 80; }
.anythingSlider .wrapper                { width: 960px; overflow: auto; height: 300px; margin: 0; position: absolute; top: 0; left: 0; z-index: 90; }

                                        /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 40px; left: 0; margin: 0; padding: 0; z-index: 90; }
.anythingSlider .wrapper ul li          { display: block; float: left; padding: 0; height: 224px; width: 961px; margin: 0; z-index: 90; font-size:30px;color:#999999;line-height:40px; }

.anythingSlider .thumbNav                               { position: absolute; top: -55px; right:0; text-align: center; z-index: 100; }
.anythingSlider .thumbNav ul							{ list-style-type: none; margin: 0; padding: 0; }
.anythingSlider .thumbNav li                            { display: inline; }
.anythingSlider .thumbNav a                             { color: #ffffff; font-family: arial, sans-serif; font-size: 1px; display: inline-block; padding: 4px 3px 2px 3px; width: 10px; height: 10px; margin: 0 3px 0 3px; background: #ffffff; text-align: center; text-decoration: none; border-radius: 50%; }
.anythingSlider .thumbNav a:hover                       { color: #6a6065; font-family: arial, sans-serif; font-size: 1px; display: inline-block; padding: 4px 3px 2px 3px; width: 10px; height: 10px; margin: 0 3px 0 3px; background: #6a6065; text-align: center; text-decoration: none; border-radius: 50%; }
.anythingSlider .thumbNav a.cur                         { color: #1f8ace; font-family: arial, sans-serif; font-size: 1px; display: inline-block; padding: 4px 3px 2px 3px; width: 10px; height: 10px; margin: 0 3px 0 3px; background: #1f8ace; text-align: center; text-decoration: none; border-radius: 50%; }

.anythingSlider .start-stop                             { display: none; }
.anythingSlider .start-stop.playing                     { display: none; }
.anythingSlider .start-stop:hover                       { display: none; }

.anythingSlider .thumbNav li.arrow                  { display: none; }
.anythingSlider .thumbNav li.forward                { display: none; }
.anythingSlider .thumbNav li.back                   { display: none; }
.anythingSlider .thumbNav li.forward:hover          { display: none; }
.anythingSlider .thumbNav li.back:hover             { 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; }



