/*
    anythingSlider v1.0
    
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/


.anythingSlider                         { width: 758px; height: 220px; margin:0 0 0 202px; }
.anythingSlider .wrapper                { width: 758px; overflow: auto; height: 220px; margin:0; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; top: 0; left: 0; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 229px; width: 758px; margin: 0; margin-left:0; }
.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; top: 65px; cursor: pointer; }
.anythingSlider .forward                { display:none; }
.anythingSlider .back                   { display:none; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }

#thumbNav                               { text-align:right; margin-right:100px; }
#thumbNav a                             { color: #cecece; display: inline-block; padding: 0 6px; height: 14px; line-height:14px; margin: 5px 3px 0 0; background: url(../images/lightblueball.gif) no-repeat; }
#thumbNav a:hover                       { background: url(../images/darkblueball.gif) no-repeat; color:#a5a5a5; text-decoration:none; }
#thumbNav a.cur                         { background: url(../images/darkblueball.gif) no-repeat; color:#a5a5a5; }

#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; }