/*
    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: 960px; height: 227px; position: relative; margin: 0 auto 15px; }
.anythingSlider .wrapper                { width: 960px;/* width: 713px;*/  overflow: auto; height: 227px; /*height: 200px;*/ position: absolute; top: 0; left: 10px; }
.anythingSlider .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 0; left: 0; background: #FFFFFF;  margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0;  width: 960px; margin: 0; }

#thumbNav                               { position: relative; top: 175px; text-align: right; background:white; padding:3px 0px; border-left:1px solid white; border-right:1px solid white; border-bottom:1px solid white } 
#thumbNav a                             { font-size:1px; color: #fff; display: inline-block; /*padding: 1px 4px;*/ padding:0px; height: 7px; width: 7px; margin: 0 5px 0 0;  /*background: #131F2F;*/ background:#D8D8D8; text-align: center;  }
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { /*background:#5880A4;*/ background:#9B8055; }

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