/*
    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: 786px; height: 140px; position: relative; margin: 0 auto 15px; }
.anythingSlider .wrapper                { width: 786px; overflow: auto; height: 140px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; background: #000; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 123px; width: 786px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 123px; width: 17px; background: #C00; text-indent: -9999px; position: absolute; top: 0px; cursor: pointer; }
.anythingSlider .forward                { background: url(../images/forward.gif); right: -17px; }
.anythingSlider .back                   { background: url(../images/back.gif); left: -17px; }
.anythingSlider .forward:hover          { background:url(../images/forward-over.gif); }
.anythingSlider .back:hover             { background: url(../images/back-over.gif); }

#thumbNav                               { position: relative; top: 123px; text-align: center; }
#thumbNav a                             { color: #fff; font: 11px/18px  Verdana, Geneva, sans-serif; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background: #333; text-align: center;}
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #C30; }

#start-stop                             { display: none; }
#start-stop.playing                     { display: none;  }
#start-stop:hover                       { display: none; }

.newsImg							{ float: left;}
.newsTxt 							{ float: left; width: 400px;}

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