/*
    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: 500px; height: 255px; position: relative; margin: 0 0 0 0; background: #fff; }
.anythingSlider .wrapper                { width: 500px; overflow: auto; height: 222px; margin: 0 0 0 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; background: #fff; border-top:  0px solid #e0a213; border-bottom: 3px solid #fff; margin: 0px; }
.anythingSlider .wrapper ul li          { display: block; float: left; padding: 0px; height: 317px; width: 680px; margin: 0px; }

.thumbNav                               { position: relative; top: 223px; text-align: left; }
.thumbNav li                            { display: inline; }
.thumbNav a                             { color: #ccc; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 0px 0 0; background: #fff  repeat-x; text-align: left; -moz-border-radius-bottomleft: 0px; -moz-border-radius-bottomright: 0px; -webkit-border-bottom-right-radius: 0px; -webkit-border-bottom-left-radius: 0px; }
.thumbNav a:hover                       { background-image: none; }
.thumbNav a.cur                         { background: #fff; }


/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0px; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }
