/*
    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/
*/
*                                       { margin: 0; padding: 0; }

.anythingSlider                         { width: 208px; height: 251px; position: relative; border:#cdcdcd solid 1px;}
.anythingSlider .wrapper                { width: 208px; overflow: auto; height: 251px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 251px; width: 251px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 22px; width: 22px; background: url(../images/adv_butns.gif) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 225px; cursor: pointer; }
.anythingSlider .forward                { background-position: -22px 0px; right: 10px; }
.anythingSlider .back                   { background-position: 0px 0px; left: 154px; }

#thumbNav                               { position: relative; top: 300px; text-align: center; display:none; }
#thumbNav a                             { color: black; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; text-align: center;}
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #e0a213; }

#start-stop                             { background: green; display:none; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 45px; top: 323px;}
#start-stop.playing                     { background-color: red; }
#start-stop:hover                       { background-image: none; }

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