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

                                       /* Width below is max for Opera */
.anythingSlider .wrapper ul              { background-color: #eee; list-style-type: none; list-style-position: ; margin: 0; border: none; position: absolute; top: 0; left: 0; width: 32700px }
.anythingSlider ul li                    { float: left; margin: 0; padding: 0; width: 960px; height: 240px; display: block }
.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; background: url(../AnythingSlider/images/as_arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; }
.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                                    { text-align: center; float: left; clear: both; position: relative; top: 222px; left: 745px; width: 30px; height: auto }



#thumbNav a                                 { color: #000; font: 11px/18px Georgia, Serif; background: #cec8bd url(../AnythingSlider/images/as_cellshade.png) repeat-x; text-align: center; padding: 2px 7px; width: 30px; height: auto }


#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #cec8bd; }


/*
  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; }
