/*
    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                         { width: 248px; height: 218px; position: relative;border:#515150 1px solid;  }
.anythingSlider .wrapper                { width: 248px; overflow: auto; height: 218px;  position: absolute; top: 0; left: 0; }

                                       /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; background: #eee;  margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 218px; width: 248px; margin: 0; }


#thumbNav                               { position: relative; top: 185px;height:28px; text-align: right; width: 248px;background: #212121; padding-top:5px;}
#thumbNavleft                           { color: White;float:left;margin-left:10px;}
#thumbNavright                          { float: right; }
#thumbNav a                             { color: White; font: 12px/18px Georgia, Serif; display: inline-block; padding: 1px 6px; width:8px; height:18px; margin: 0 2px 0 0; background: #808181 ; 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; text-decoration:none}
#thumbNav a:hover                       { background-image: none; background:#FF7E00; }
#thumbNav a.cur                         {background:#FF7E00;  }



/*
  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; }
