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

table.slider							{ width: 100%; height: 100%;}
table.slider .odd						{ background: #fefefe;}
table.slider .even						{ background: #fbf2e6;}
.anythingSlider                         { width: 562px; height: 180px; position: relative; margin: 0 auto; background: #eee; border: 10px solid #eee;}
.anythingSlider .wrapper                { width: 562px; overflow: auto; height: 160px; margin: 0; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 0; left: 0; background: #fff; margin: 0; padding: 0px;}
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 160px; width: 562px; margin: 0; overflow: hidden;}
#thumbNav a, #start-stop				{ color: black; text-decoration: none; font-size: 10px; line-height: 17px; padding: 1px 8px; text-align: center; height: 18px;}
#thumbNav                               { position: absolute; top: 162px; text-align: center; left: 0;}
#thumbNav a                             { display: inline-block; margin: 0 5px 0 0; background: #ccc; border: 1px solid #999;}
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #aaa; }
#start-stop                             { background: #ccc; width: 40px; position: absolute; right: 0px; top: 162px; border: 1px solid #999;}
#start-stop.playing                     { background-color: #999; }
#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; }