/*

    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: 256px; height: 170px; position: relative; margin: 0 auto 0px;  }

.anythingSlider .wrapper                { width: 256px; overflow: hidden; height: 170px; position: absolute; top: 0; left: 0; }

.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; background: #eee; border-bottom: 3px solid #e0a213; margin: 0; }

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

.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; }

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

.anythingSlider .back:hover             { background-position: -67px -200px; }



#thumbNav                               { position: relative; top: 180px; padding-left:25px; vertical-align:middle;text-decoration:none;}

#thumbNav a                             { color: #FFFFFF; height:22px; font: 12px Arial, Georgia, Serif; display: inline-block; padding: 8px; margin: 0 5px 0 0; background:url(../images/normal_btn.png) no-repeat; text-align: center; -moz-border-radius-bottomleft: 5px; text-decoration:none; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; font-weight:bold; }

#thumbNav a:hover                       { background:url(../images/active_btn.png) no-repeat; color:#000000;}

#thumbNav a.cur                         { background:url(../images/active_btn.png) no-repeat; color:#000000;}



#start-stop                             { background: #339999; text-decoration:none; background-image: url(../images/cellshade.png); background-repeat: repeat-x; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 0px; top: 185px; -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: #17627E; text-decoration:none }

#start-stop:hover                       { background-image: none; text-decoration: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; }