.anythingFader                         { width:1448px; height:490px; position: relative; margin: 0 auto 15px; background:url(../images/slider_bg.png) no-repeat;  }
.anythingFader .wrapper                { height:490px; width:1448px; overflow: auto;position: absolute; top: 1px; left: 0; }
.anythingFader .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 0; left: 0;  margin: 0; }
.anythingFader ul li                   { position:relative; display: block; float: left; padding: 0; height: 487px; width:1448px; margin: 0;  }
.anythingFader .arrow                  { display: block; height:50px; width:50px; text-indent: -9999px;  z-index:99999; position: absolute; top: 158px; cursor: pointer; }
.anythingFader .forward                { background:url(../images/slide_next.png) no-repeat 0 0; right:0;  }
.anythingFader .back                   { background:url(../images/slide_prev.png) no-repeat 0 0; left:1px; }
.anythingFader .forward:hover          { background:url(../images/slide_next_h.png) no-repeat 0 0; }
.anythingFader .back:hover             { background:url(../images/slide_prev_h.png) no-repeat 0 0; }

#thumbNav                               { position: absolute; width:400px; top: 95px; left:290px;  }
#thumbNav a                             { color: black; font: 11px/18px Georgia, Serif; display: inline-block; width:18px; height: 18px; margin: 0 6px 0 0; background: url(../images/cir.png) no-repeat; text-indent:-9999px; text-align: center;  }
#thumbNav a:hover, #thumbNav a.cur      { background: url(../images/cir_act.png) no-repeat; }


#start-stop                             { display:none; background: green;  background-repeat: repeat-x; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 45px; top: 323px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#start-stop .playing                    { background-color: red; }
#start-stop:hover                       { background-image: none; }

/*
  Prevents
*/
.anythingFader .wrapper { background:none; }
.anythingFader .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingFader .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }
