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


#flash-home .anythingSlider                         { width: 595px; height: 220px; position: relative; margin: 0 auto 15px; }
#flash-home .anythingSlider .wrapper                { width: 595px; overflow: auto; height: 220px; margin: 0; position: absolute; top: 0; left: 0;   }
#flash-home .anythingSlider .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 0; left: 0; background: #000; margin: 0;  }
#flash-home .anythingSlider .wrapper ul li                   { display: block; float: left; padding: 0; height: 317px; width: 680px; margin: 0; }
#flash-home .anythingSlider .arrow                  { display: none; }
#flash-home .anythingSlider .forward                { background-position: 0 0; right: -20px; }
#flash-home .anythingSlider .back                   { background-position: -67px 0; left: -20px; }
#flash-home .anythingSlider .forward:hover          { background-position: 0 -200px; }
#flash-home .anythingSlider .back:hover             { background-position: -67px -200px; }

#thumbNav                               { position: relative; top: 5px; left: 530px; text-align: left; background: url(images/bgNavSlide.png) no-repeat; width: 70px; height: 26px; }
#thumbNav a                             { color: #fff; font: bold 1.1em Arial, Helvetica, sans-serif; display: inline-block; padding: 4px 0 0 9px; height: 18px; margin: 0 5px 0 0;text-align: center; }
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { color: #f4ac00; }

#start-stop                             { display: none; }


/*
  Prevents
*/
#flash-home .anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
#flash-home .anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }

.txtSlide { position: absolute; top: 175px; *margin-left: 105px; background: url(images/bgSlide.png); width: 595px; height: 40px; }
	.txtSlide h2 {font: bold 0.9em Arial, Helvetica, sans-serif; background: url(images/bgH2.gif) no-repeat left; padding-left: 15px; margin: 7px 10px;letter-spacing: 0.001em; }
		.txtSlide h2 span {font-size: 1.35em; }
		.txtSlide h2 a, .txtSlide h2 a:visited  {text-decoration: none; color: #FFF;}
		.txtSlide h2 a:hover {text-decoration: underline;}