.anythingSlider                         { width: 206px; height: 262px; position: relative; border-bottom:1px solid #e9e9e9; margin-bottom:60px; }
.anythingSlider .wrapper                { width: 206px; overflow: auto; height: 262px; position: relative; }
.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: 262px; width: 206px; margin: 0; position:relative; }
.anythingSlider .arrow                  { display: block; height: 12px; width: 60px; text-indent: -9999px; position: absolute; top: 272px; cursor: pointer; }
.anythingSlider .forward                { background:url(/images/btn-next.gif); right:0; }
.anythingSlider .back                   { background:url(/images/btn-prev.gif); left:0; }
.anythingSlider .forward:hover          {  }
.anythingSlider .back:hover             {  }

#thumbNav                               { position: absolute; top: 317px; right: 23px; text-align: center; font-weight:bold; }
#thumbNav a                             { color: #fff; font-size:12px; display: inline-block; padding: 2px 7px; height: 15px; background: url(/images/pages.gif) no-repeat; text-align: center; text-decoration:none; outline:none; }
#thumbNav a:hover                       { background: url(/images/pages.gif) center -19px no-repeat; }
#thumbNav a.cur                         { background: url(/images/pages.gif) center -19px no-repeat; }

#start-stop                             { display:none; }
#start-stop.playing                     {  }
#start-stop:hover                       {  }

/*
  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; }
