/*
    anythingSlider v1.0
    
    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/
*/


#gallery .anythingSlider                         { height: 600px; position: relative; margin: 0; }
#gallery .anythingSlider .wrapper                { width: 620px; overflow: auto; height: 560px; margin: 0; position: absolute; top: 0; left: 0;}
#gallery .anythingSlider .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 0; left: 0; background: #fff; margin: 0;}
#gallery .anythingSlider ul li                   { display: block; float: left; padding: 0; height: 527px; width: 640px; margin: 0; }
#gallery .anythingSlider .arrow                  { display: block; height: 200px; width: 67px; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; }
#gallery .anythingSlider .forward                { background: url(images/slide-next.png) no-repeat 0 0; right: -15px; top:50%;}
#gallery .anythingSlider .back                   { background: url(images/slide-prev.png) no-repeat 0 0; left: -50px; top: 50%; }
#gallery .anythingSlider .forward:hover          {  }
#gallery .anythingSlider .back:hover             {  }

#gallery .anythingSlider .wrapper ul li img      { margin: 0; max-width: 560px; border:5px solid #0B80C6; -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5x; -webkit-border-bottom-right-radius: 5x; -webkit-border-bottom-left-radius: 5x; }
#gallery .anythingSlider .wrapper ul li div      { margin-right: 70px; }

#gallery #thumbNav                               { position: relative; top: 580px; text-align:center; border-top: 1px solid #ccc; margin: 0 60px 0 0px;}
#gallery #thumbNav a                             { color: #fff; text-decoration:none; font: 11px/18px; Georgia, Serif; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background: #1F597C url(images/cellshade.png) repeat-x; text-align: center; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#gallery #thumbNav a:hover                       { background-image: none; }
#gallery #thumbNav a.cur                         { background: #0B80C6; }

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