/*
    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: 602px; height: 179px; position: relative; margin-bottom: 10px; }
.anythingSlider .wrapper                { width: 602px; overflow: hidden; height: 183px; margin: 0px 0px; position: absolute; top:0; left:0;}
.anythingSlider .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 0; left: -40px; background: none; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 163px; width: 602px;}

#thumbNav                               { position: absolute; top:166px; left:10px; text-align: center; }
#thumbNav a                             { color: #A7A7A7; font-size:9px; display: inline-block; border:1px solid #444444;
					  padding: 1px 3px; height: 13px; margin: 0 5px 0 0; background: #141414 text-align: center;}
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #1E90FF; color:#FFFFFF}

#start-stop                             { background: #141414 repeat-x; color: #777777; padding: 1px 3px; width: 40px; text-align: center;
					  position: absolute; left: 94px; top: 166px;}
#start-stop.playing                     { background-color: #333333; }
#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; }

