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

#slider-border {	position: absolute; top:0; left:30px; width:900px; height: 241px;	background: url(../images/header-border.png) top left no-repeat; z-index: 5;}	

.anythingSlider                         { width: 960px; height: 275px; position: relative; margin: 0 auto; }
.anythingSlider .wrapper                { width: 900px; overflow: auto; height: 241px; margin: 0 auto; position: absolute; top: 0; left: 30px; /*border: 3px solid #A38B54;*/ }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 241px; width: 960px; margin: 0; }
.anythingSlider .arrow   					 {display: none;}

#thumbNav                               { position: relative; top: 241px; text-align: left; margin: 0 0 0 50px; float:left; _margin: 0 0 0 25px; }
#thumbNav a                             { color: #F1DCB8; font: 11px/18px Georgia, Serif; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background: #A38B54 url(../images/cellshade.png); _background-image: none; 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: #614E2D; }

#start-stop                             { background: #614E2D; 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: 241px; float: right; -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: #A70000; }
#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; }