/*
    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/
*/

ul{
padding:0;
margin:0;
}

.anythingSlider                         { width: 701px; height: 272px; position: relative; margin: 0; }
.anythingSlider .wrapper                { width: 701px; overflow: auto; height: 272px; margin: 0 ; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0;  border:0; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 272px; width: 701px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 66px; width: 60px; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 105px; cursor: pointer; }
.anythingSlider .forward                { background-position: top right; right:-10px; }
.anythingSlider .back                   { background-position: top left; left: -10px; }
.anythingSlider .forward:hover          { background-position: bottom right; }
.anythingSlider .back:hover             { background-position: bottom left; }

#thumbNav                               { position: relative; top: 256px; text-align: left;padding-left:3px; }
#thumbNav a                             { color: white; font: 12px Georgia, Serif; display: inline-block; padding:1px 10px 9px 10px; height: 6px; margin: 0 3px 0 0; background: #000 url(../images/cellshade.png) repeat-x; text-align: center; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px; }
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #3385c2;color: black; }

#start-stop                             { display:none;left:140px;font-size:11px; background: green; background-image: url(../images/cellshade.png); background-repeat: repeat-x; color: white; padding: 0; width: 40px; text-align: center; position: absolute; top: 259px; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px; }
#start-stop.playing                     { background-color: #d0ab00; color:#000; }
#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; width:20px;}