/*
    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 *                                       { margin: 0; padding: 0; }
.anythingSlider                         { width: 300px; height: 150px; position: relative; margin: 0px 0 15px 0; }
.anythingSlider .wrapper                { width: 300px; overflow: auto; height: 150px; margin-top: 50px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; background: #fff; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 150px; width: 300px; margin: 0; }
.anythingSlider .arrow                  { display:none;}
.anythingSlider .forward                { background-position: 0 0; right: -20px; }
.anythingSlider .back                   { background-position: -67px 0; left: -20px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }

#thumbNav                               { position: absolute; top: 10px; right:0px; text-align: right; }
#thumbNav a                             { color: #fff; font: 11px Arial; display: inline-block; padding: 0px 5px; height: 18px; margin: 0 10px 0 0; background: url(../images/newsnuma.png) no-repeat; text-align: center; text-decoration:none;}
#thumbNav a:hover                       { background: url(../images/newsnumb.png) no-repeat; }
#thumbNav a.cur                         { background: url(../images/newsnumc.png) no-repeat; color:#398bbf;}

#start-stop                             { display:none;	}
#start-stop.playing                     { display:none; }
#start-stop:hover                       { display: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; }

.news     { padding: 10px 15px; font: 16px Georgia, Serif; }


