/*
    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: 582px; height: 185px; position: relative; margin: 0 0 0 0; padding-left ; 15px; margin-left:15px;  border: 0px solid #c1c1c1; }
.anythingSlider .wrapper                { width: 582px; overflow: auto; height: 215px; margin: 0 0px; position: absolute; top: 0; left: 0; padding-left ; 0px;}

                                       /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; padding-left: 0px;*padding-left: 19px; margin-top: 5px; margin-right:0px; padding-right:0px;}
*+html .anythingSlider .wrapper ul      { margin-left: -20px; }

.anythingSlider ul li                   { display: block; float: left; padding: 0; margin:0;  height: 215px; width: 582px;  }

.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: 179px; 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:  url(../images/button_0.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; background: #D06E97; }
#thumbNav a.cur                         { background: #D06E97; }

#start-stop                             { background: white;  background-repeat: repeat-x; color: black; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 45px; top: 220px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }


/*
  Prevents
*/


