/*
    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-k2010                         { width: 450px; height: 62px; position: relative; margin: 0px;}
.anythingSlider-k2010 .wrapper                { width: 450px; overflow: auto; height: 62px; margin: 0px; position: absolute; top: 0; left: 0; }

                                        /* Width below is max for Opera */
#Content .anythingSlider-k2010 .wrapper ul             
										{ width: 32700px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; padding:0px; }
#Content .anythingSlider-k2010 .wrapper ul li          
										{ display: block; float: left; padding: 0 20px 0 0; height: 62px; width: 430px; margin: 0; }
#Content .anythingSlider-k2010 .wrapper ul li img {margin-right: 10px;}
.anythingSlider-k2010 .arrow                  { display: block; }
.anythingSlider-k2010 .forward                { display: none; }
.anythingSlider-k2010 .back                   { display: none; }
.anythingSlider-k2010 .forward:hover          { display: none; }
.anythingSlider-k2010 .back:hover             { display: none; }

.thumbNav                               { display: none; position: relative; top: 323px; text-align: center; }
.thumbNav li                            { display: inline; }
.thumbNav a                             {  }
.thumbNav a:hover                       { }
.thumbNav a.cur                         {  }

.start-stop                             { display: none;  }
.start-stop.playing                     { }
.start-stop:hover                       { }

/*
  Prevents
*/
.anythingSlider-k2010 .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider-k2010 .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }
