/*
    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: 989px; height: 259px; position: relative; margin: 0 auto 15px; z-index:1; }
.anythingSlider .wrapper                { width: 989px; overflow:hidden; height: 259px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 0; left: 0; background: #eee; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 259px; width: 989px; margin: 0;  z-index:2;}
.anythingSlider .buttons		{position: absolute; left: 70px; top: 55px; } 
.anythingSlider .arrow                  { display: block; height: 12px; width: 14px;  text-indent: -9999px;  cursor: pointer; float:left; }
.anythingSlider .forward                {  background: url(../images/arrow_right.png) no-repeat 0 0; }
.anythingSlider .back                   {  background: url(../images/arrow_left.png) no-repeat 0 0;  }
.anythingSlider .forward:hover          { }
.anythingSlider .back:hover             { }
.anythingSlider  div.bannertext	{color:white; position:relative; left:70px; top:135px;  z-index:400; width:350px; font-weight:bold; font-size:14px;}


#thumbNav                               {  float:left; margin:0 0 0 5px; }
#thumbNav a                             { float:left;  color: black; font: 11px/18px; Georgia, Serif; display: block; width:11px; height: 11px; margin: 0 5px 0 0; background: transparent url(../images/arrow_none.png) no-repeat 0 0; text-align: center; }
#thumbNav a:hover                       { background: transparent url(../images/arrow_hover.png) no-repeat 0 0; }
#thumbNav a.cur                         { background: transparent url(../images/arrow_cur.png) no-repeat 0 0;}

#start-stop                             {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; }
