/*
    anythingSlider v1.2
    
    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/
*/


.anything-slider                         { width: 980px; height: 530px; position: relative; margin: 0px; }
.anything-slider .wrapper                { width: 980px; overflow: auto; height: 530px; margin: 0px; position: absolute; top: 0px; left: 0px; }

                                       	/* Width below is max for Opera */
.anything-slider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; padding: 0; }
.anything-slider ul li                   { display: block; float: left; padding: 0; height: 530px; width: 980px; margin: 0; }
.anything-slider .arrow                  { display: block; height: 61px; width: 61px; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 50%; margin-top: -30px; cursor: pointer; }
.anything-slider .forward                { background-position: 0 0; right: -81px; }
.anything-slider .back                   { background-position: -61px 0; left: -81px; }
.anything-slider .forward:hover          { background-position: 0 -61px; }
.anything-slider .back:hover             { background-position: -61px -61px; }

#thumbNav                                { position: relative; top: 0px; text-align: right; padding-right: 0px; }
#thumbNav a                              { color: #1d1d1b; display: inline-block; padding: 0px; height: 16px; width: 16px; margin: 0px; background: none; text-align: center; text-decoration: none; font-size: 13px; font-weight: bold; }
#thumbNav a:hover                        {  }
#thumbNav a.cur                          { background: none; color: #fff; }

#start-stop                              { display:none; background: green; background-image: url(../images/cellshade.png); background-repeat: repeat-x; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 45px; top: 323px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#start-stop.playing                      { background-color: red; }
#start-stop:hover                        { background-image: none; }

/*
  Prevents
*/
.anything-slider .wrapper ul ul           { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anything-slider .wrapper ul ul li        { float: none; height: auto; width: auto; background: none; }