.anythingFader                         { width: 275px; height: 284px; position: relative; right:35px; }
.anythingFader .wrapper                { width: 275px; overflow: auto; height: 284px; margin:0px; position: absolute; top: 0; left: 0; }
.anythingFader .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 0; left: 0; background:transparent; margin: 0; }
.anythingFader ul li                   { display: block; float: left; padding: 0; height: 284px; width: 955px; margin: 0; padding: 0; }
.anythingFader .arrow                  { display: block; height: 18px; width: 18px; background: url(../images/graphics/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; }
.anythingFader .forward                { background-position: 0 -18px; right: -0px; top:170px; }
.anythingFader .back                   { background-position: -0px 0; left: 45px; top:170px; }
.anythingFader .forward:hover          { background-position: 0 -18px; }
.anythingFader .back:hover             { background-position: -0px -0px; }

#thumbNav                               { position: relative; top: 323px; text-align: center; display:none; }
#thumbNav a                             { color: black; font: 11px/18px Georgia, Serif; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background: #c58b04; 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; }
#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; -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 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; }

#textSlide								{ width:240px; height:160px; position:absolute; z-index:88; margin:5px 0px 0px 0px; overflow:hidden; }
#textBg									{ width:300px; height:317px; position:absolute; z-index:77; background-color:#fff; -moz-opacity:.80; filter:alpha(opacity=80); opacity:.80; }

#textSlide p
{
color:#fff;
}