.anythingSlider                         { width: 941px; height: 313px; position: relative; margin: 0 auto 15px; }
.anythingSlider .wrapper                { width: 917px; overflow: auto; height: 304px; margin: 6px; position: absolute; top: 0; left: 0; border: 6px solid #d4e9f9; }

                                        /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; background: #fff; margin: 0; }
.anythingSlider .wrapper ul li          { display: block; float: left; padding: 0; height: 317px; width: 917px; margin: 0; text-align: right; }
.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; /* background: url(../img/arrows.png) no-repeat 0 0;*/ text-indent: -9999px; position: absolute; top: -250px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: -20px; }
.anythingSlider .back                   { background-position: -67px 0; left: -20px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }

.infoBox, .infoBox1
{
  position: absolute;
  text-align: left;
  z-index: 4;
  background-color: #fff;
  padding: 20px 20px;
  top: 0;
  width: 233px;
  font-size:13px;
  height: 208px;
  font-family: helvetica;
  margin-left: -917px;
}

.infoBox h3 {
  font-size: 20px;
  color: #3689ce;
}

.thumbNav                               { min-width: 275px; position: absolute; top: 260px; z-index: 2; background-color: #d4e9f9; display:inline-block; left: 10px; padding-top: 10px; }
.thumbNav ul                            { margin-left: 1px; }
.thumbNav li                            { display: inline; }
.thumbNav a                             { display: inline-block; padding: 10px 8px; height: 18px; margin: 0 5px 0 0; text-align: center; border: 1px solid #03579d; font-family: verdana; color: #03579d; }
.thumbNav a:hover                       { background-image: none; background: #5f9cce; color: #d4e9f9; }
.thumbNav a.cur                         { background: #5f9cce; color: #d4e9f9; }

.start-stop                             { z-index: 0; background: #fff; color: white; padding: 2px 5px; width: 1px; text-align: center; position: absolute; right: 45px; top: 223px; }
.start-stop.playing                     { background-color: #fff; }
.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; }