
.anythingSlider                         { width: 690px; height: 280px; position: relative; margin: 0; margin-bottom:20px;}
.anythingSlider .wrapper                { width: 690px; overflow: auto; height: 280px; margin: 0; position: absolute; top: 0px; left: 0px;   padding:0;overflow:hidden; }

                                        /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; background: #eee;  margin: 0; }
.anythingSlider .wrapper ul li          { display: block; float: left; padding: 0; height: 280px; width: 690px; margin:0; overflow:hidden; }
.anythingSlider .arrow                  { display: block; height: 200px; width: 31px; background: url(../images/default/pl/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: -250px; cursor: pointer; z-index:999}
.anythingSlider .forward                { background-position: 0 0; right: 0px; top:-200px; }
.anythingSlider .back                   { background-position: -103px 0; left: 0px; top:-200px;  }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -103px -200px; }

.thumbNav                               { position: relative; top: 253px; text-align: center; z-index:100; background:url(../images/default/pl/navBg.png) no-repeat center center; height:27px; min-width:171px;
}
.thumbNav li                            { display: inline; text-indent:-9999px;}
.thumbNav a                             { color: black; font: 11px/16px arial; display: inline-block; margin: 10px 5px 0 0; background:url(../images/default/pl/inactive_tab.png); text-align: center; width:16px; height:16px; text-decoration:none; }
.thumbNav a:hover                       { background:url(../images/default/pl/active_tab.png) no-repeat; color:#FFF; }
.thumbNav a.cur                         { background:url(../images/default/pl/active_tab.png) no-repeat; color:#FFF;  }

.start-stop                             { display:none; }
.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; }
