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


#photoGallerySlider                         { width: 660px; position: relative; margin: 0 auto 15px; background: #eefed1 url(../../images/gallery/slider_background.gif) no-repeat 4px 160px;}
#photoGallerySlider .wrapper                { width: 570px; overflow: auto; height: 400px; margin: 5px 38px 0 38px; position: absolute; top: 0; left: 0; padding: 0;}

                                       /* Width below is max for Opera */
#photoGallerySlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; margin: 0;}
#photoGallerySlider ul li                   { display: block; float: left; padding: 0; height: 472px; width: 570px; margin: 0;}
#photoGallerySlider .arrow                  { display: block; height: 39px; width: 27px; text-indent: -9999px; position: absolute; top: 176px; cursor: pointer; }
#photoGallerySlider .forward                { background: url(../../images/gallery/right_arrow.gif) no-repeat top left ; position: absolute ; right: 10px ; }
#photoGallerySlider .back                   { background: url(../../images/gallery/left_arrow.gif) no-repeat top left ; position: absolute; left: 4px; }


#thumbNav                               { position: relative; top: 323px; text-align: center; }
#thumbNav a                             { color: black; font: 11px/18px Georgia, Serif; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background: #c58b04 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; }
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #e0a213; }
#thumbNav { display: none ;}

#start-stop                             { display: none ; }

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