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


.anythingSlider                         { width: 393px; height: 212px; position: relative; margin: 0 auto 15px; }
.anythingSlider .wrapper                { width: 393px; overflow: auto; height: 212px; margin: 0 0px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; background: #fff; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 212px; width: 393px; margin: 0; }


#thumbNav                               { position: relative; top: 263px; left:40px; text-align: left; display:none; }
#thumbNav a                             { color:#fff; font-size: 11px; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background: #015388 url(../images/cellshade_blue.jpg) 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: #015388; }



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

.gallery_txt { padding:20px 40px; }
