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


.anythingSlider                         { width:505px; height:344px; position: relative; margin: 0 auto 15px; }
.anythingSlider .wrapper                { width:505px; overflow: auto; height:322px; /*margin: 0 40px;*/ position: absolute; top: 0; /*left: 15px;*/ }

                                       /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height:341px !important; width: 500px; margin: 0; margin-top:0; }
.anythingSlider .arrow                  { display: block; height:32px; width:85px;  text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; }

.anythingSlider .forward                { background: url(images/button_next.png) no-repeat; background-position:left 0; top:320px; left:419px; }
.anythingSlider .forward:hover          { background: url(images/button_next.png) no-repeat; background-position:left -58px; top:320px; left:419px; }
.anythingSlider .forward:active         { background: url(images/button_next.png) no-repeat; background-position:left -116px; top:320px; left:419px; }
.anythingSlider .back                   { background: url(images/slider_button_back.png) no-repeat; background-position:top left; top:326px; display:none; }

#thumbNav                               { position: relative; top:320px; left:1px; text-indent:-9999px; }
#thumbNav a                             { background:url(images/slider_change_button.png) no-repeat; background-position:top left; display:block; float:left;
										  width:15px; height:35px; margin-right:0;}
#thumbNav a:hover, #thumbNav a.cur      { background-position:left -35px;  }


#start-stop                             { background: green; background-image: url(images/slider/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;
										  display:none; }
#start-stop.playing                     { background-color: red; display:none; }
#start-stop:hover                       { background-image: none; display: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; }

