
/*
    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: 940px; height: 424px; position: relative; margin: 0 auto; margin-bottom:4px; }
.anythingSlider .wrapper                { width: 940px; overflow: auto; height: 424px;  position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 0; left: 0; background: #eee; border-top: 1px solid #FFF; border-bottom: 3px solid #FFF; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 439px;  margin: 0 0 8px 0px!important; text-indent:0px }
.anythingSlider .arrow                  { display: block; height: 15px; width: 10px; background: url(../images/right-bullet.png) no-repeat 0 0; text-indent: -9999px !important;  ; cursor: pointer; }
.anythingSlider .forward                { z-index:1000000; }
.anythingSlider .back                   { background: url(../images/left-bullet.png) no-repeat 0 0 !important;}


#thumbNav                               { position: absolute!important; top: 395px;  z-index:100000 !important;  left:80px;
 }
#thumbNav a                             { color: black; font: 11px/18px Georgia, Serif; display: block;float:left; padding: 2px 0; height: 18px; margin: 0 5px 0 0; 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;}


#start-stop                             { background: #2929cc; 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: 447px; -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: #232340; }
#start-stop:hover                       { background-image: none; }

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { padding:0; 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; padding:0;}