/*
    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:  975px; height: 410px; position: relative; top: 0; left: 0; margin: 0 auto 0px; }

.anythingSlider .sliderWrapper          { width:  975px; height: 410px; position: absolute; top: 0; left: 0; margin: 0 0px; overflow: visible; }

.anythingSlider .sliderWrapper ul       { width: 9999px; height: 410px; position: absolute; top: 0; left: 0; margin: 0; list-style: none; background: #333; border-top: 0px solid #e0a213; border-bottom: 0px solid #e0a213; }

.anythingSlider ul li                   { width:  975px; height: 410px; display: block; float: left; padding: 0; margin: 0; }

.anythingSlider .arrow                  { position: absolute; display: block; width: 50px; height: 200px; top: 105px; background: url(../../images/build/icons/arrows.png) no-repeat 0 0; text-indent: -9999px; cursor: pointer; }

.anythingSlider .back                   { background-position: -103px    0; left: 0px; }
.anythingSlider .back:hover             { background-position: -103px -200px; }

.anythingSlider .forward                { background-position: 0    0; right: -20px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }

#thumbNav                               { position: relative; top: 383px; text-align: center; }
#thumbNav a                             { 
										  color: black; 
										  font: 11px/18px; Verdana, Serif; 
										  display: inline-block; 
										  padding: 2px 8px; 
										  height: 18px; 
										  margin: 0 5px 0 0; 
										  background: #e0a213 url() repeat-x; 
										  text-align: center; 
										  -moz-border-radius-bottomleft: 0px; 
										  -moz-border-radius-bottomright: 0px; 
										  -webkit-border-bottom-right-radius: 0px; 
										  -webkit-border-bottom-left-radius: 0px; 
										}

#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #FFFF00; }

#start-stop                             { 
										  background: #990033; 
										  background-image: url(); 
										  background-repeat: repeat-x; 
										  color: white; padding: 2px 5px; 
										  width: 105px; text-align: center; 
										  position: absolute; right: 435px; 
										  top: 383px; 
										  -moz-border-radius-bottomleft: 0px; 
										  -moz-border-radius-bottomright: 0px; 
										  -webkit-border-bottom-right-radius: 0px; 
										  -webkit-border-bottom-left-radius: 0px; 
										}
										
#start-stop.playing                     { background-color: #336633; }
#start-stop:hover                       { background-image: none; }

/*
  Prevents
*/
.anythingSlider .sliderWrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .sliderWrapper ul ul li       { float: none; height: auto; width: auto; background: none; }

