/*
    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/
*/
.prevbutton,
.nextbutton,
.playpause {
  float:right;
  width:15px;
  height:40px;
  margin-top:153px;
}

.odstep {
  float:left;
  width:15px;
  height:10px;
  margin-top:123px;
}

.playpause {
  margin-top:80px;
  position:relative;
  width:18px;
  height:30px;
  margin-right:-15px;
}


.anythingSlider                         { width: 494px; height: 175px; position: relative; margin: 0px; margin-left:0px;}
.anythingSlider .wrapper                { width: 494px; overflow: auto; height: 175px; margin: 0 0px; position: absolute; top: 0; left: 0;}
.anythingSlider .wrapper ul             { width: 30000px; list-style: none; position: absolute; top: 0; left: 0; border-top: 0px solid #e0a213; border-bottom: 0px solid #e0a213; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 175px; width: 494px; margin: 0;text-align:left; }
.arrow                                  { float:left;display: block; height: 40px; width: 15px; background-image: url(../../img/sliderarrows.png); background-repeat: no-repeat 0 0; text-indent: -30000px; top: 0px; cursor: pointer;  outline:0px;}
.arrow.forward                                { background-position: 0 0; right: 0px; }
.arrow.back                                   { background-position: -15px 0; left: 0px; }
.arrow.forward:hover                          { background-position: 0 -40px; }
.arrow.back:hover                             { background-position: -15px -40px; }



/*#thumbNav                               { position: relative; top: 323px; text-align: center; }
#thumbNav a                             { color: black; font: 11px/18px; Georgia, Serif; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background: #c58b04 url(../images/cellshade.png) repeat-x; text-align: center; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#thumbNav a:hover                       { background-image: none; }
*/
#thumbNav a.cur                         { background: #ffcc00; }
#start-stop                             { float:left;display: block;background-image: url(../../img/sliderplaypause.png); background-repeat: no-repeat 0 0; padding: 0px 0px; width: 18px; height:30px; right: 0px; top: 0px; cursor: pointer; outline:0px;}
#start-stop.playing                     { background-position: 18px 0px;}
#start-stop:hover                       { background-position: 0 -30px;}
#start-stop.playing:hover               { background-position: 18px -30px;}

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






