/*

    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/

*/

.wrapper{

margin-left:-10px; padding:-10px;
_margin-left:-15px; _padding-left:-15px;


}




.anythingSlider                         { width: 100%; height: 209px; position: relative; margin-left:-10px; _margin-left:0px;}

.anythingSlider .wrapper                { width: 100%; overflow: auto; height: 209px; position: absolute;}

.anythingSlider .wrapper ul             { width: 9999px; list-style: none; position: absolute;}

.anythingSlider ul li                   { display: block; float: left; height: 209px; width: 1024px;}

.anythingSlider .forward                { background-position: 0 0; right:-20px; }

.anythingSlider .back                   { background-position: -67px 0; left: -20px; }

.anythingSlider .forward:hover          { background-position: 0 -200px; }

.anythingSlider .back:hover             { background-position: -67px -200px; }



#thumbNav                               { position: relative; top:170px; text-align: left; margin-left:25px; }

#thumbNav a                             { color: black; font: 11px/18px Georgia, Serif; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background: #FFFFFF  repeat-x; text-align: center;

-moz-border-radius-bottomleft:10px;

-moz-border-radius-bottomright:10px;

-moz-border-radius-topleft:10px;

-moz-border-radius-topright:10px;



-webkit-border-bottom-right-radius:10px;

-webkit-border-bottom-left-radius:10px; 

-webkit-border-bottom-right-radius:10px;

-webkit-border-bottom-left-radius:10px; 



}

#thumbNav a:hover                       { background-image: none; }

#thumbNav a.cur                         { background: #e0a213; }





/*

  Prevents

*/

