



.anythingSlider                         { width: 690px; height: 230px; position: relative; margin: 0 auto 0px; }
.anythingSlider .anythingSliderwrapper                { width: 690px; overflow: hidden; height: 230px; position: absolute; top: 0; left: 0; }
.anythingSlider .anythingSliderwrapper ul             { width: 32700px; list-style: none outside none; position: absolute; top: 0; left: 0; margin: 0; padding: 0; }
.anythingSlider ul li                   { display: inline-block; float: none; padding: 0 0; height: 230px; width: 690px; margin: 0; }
.anythingSlider ul li img               {outline: 0;}
.anythingSlider .arrow                   { display: block; height: 200px; width: 67px; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 20px; 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; }

#thumbNav                               { position: relative; top: 206px; text-align: left; left:4px;}
#thumbNav a                             { border: 1px solid #f0f0f0; color: black; font: 9px/18px Tahome; display: inline-block; padding: 0px 7px; height: 18px; margin: 0 5px 0 0; text-align: center; background-color: #f0f0f0;}
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { border-color:#800000;}

#start-stop                             { background: green;  background-repeat: repeat-x; color: white; padding: 0; width: 40px; text-align: center; position: absolute; right: 4px; top: 206px;}
#start-stop.playing                     { background-color: #800000; }
#start-stop:hover                       { background-image: none; }

/*
  Prevents
*/
.anythingSlider .anythingSliderwrapper ul ul          { position: static; margin: 0; background: none; overflow:hidden; width: auto; border: 0; }
.anythingSlider .anythingSliderwrapper ul ul li       { float: none; height: auto; width: auto; background: none; }
