/*
    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                         { width: 910px; height: 285px; position: relative; margin: 20px 20px 0 20px; }
.anythingSlider .wrapper                { width: 910px; overflow: auto; height: 285px; margin: 0; position: absolute; top: 0; left: 0; }

                                        /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 0; left: -40px; background: #eee; margin: 0; }
.anythingSlider .wrapper ul li          { display: block; float: left; padding: 0; height: 285px; width: 910px; margin: 0; }


.thumbNav                               { position: relative; top: 287px; text-align: right; z-index:11; }
.thumbNav li                            { display: inline; }
.thumbNav a                             { color: black; font: 11px/18px Arial, sans-serif; display: inline-block; padding:0; height: 8px; width:8px; margin: 0 8px 0 0; text-align: center;text-decoration:none;background:url(../images/dot_slide.png) 0 -8px no-repeat;}
.thumbNav a:hover                       { background-position: 0 -16px; }
.thumbNav a.cur                         { background-position: 0 0; }
.thumbNav a span {position:absolute;left:-999999px;}

.anythingSlider .arrow                  { display: block; height: 285px; width:10px; background:url(../images/arrows_slide.png) 0 0 no-repeat; text-indent: -9999px; position: absolute; top: -287px; cursor: pointer;z-index:10; }
.anythingSlider .arrow a                  { background:none; }
.anythingSlider .forward                { background-position: -10px 0; right: -10px; }
.anythingSlider .back                   { background-position: 0 0; left: -10px; }
.anythingSlider .forward:hover          { background-position: -10px -285px; }
.anythingSlider .back:hover             { background-position: 0 -285px; }

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