/*
    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: 970px; height: 560px; position: relative; margin: 0; }
.anythingSlider .wrapper                { width: 970px; overflow: auto; height: 560px; margin: 0; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 0; left: 0; background: #fff; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 560px; width: 970px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 46px; width: 37px; background: url(images/arrow.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 150px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: 0; }
.anythingSlider .back                   { background-position: -37px 0; left: 0; }
.anythingSlider .forward:hover          { background-position: 0 -46px; }
.anythingSlider .back:hover             { background-position: -37px -46px; }
.anythingSlider .sliderContent			{ position: absolute; top: 90px; margin-left:60px; width:260px; height:140px; overflow: visible; background:transparent url(images/slider-bg.png) 0 0 repeat; padding:20px; }
.anythingSlider .sliderContent h2		{ color:#fff; font-size:32px; line-height:32px; padding:10px 0 0 0; margin:0; font-weight:100;}
.anythingSlider .sliderContent p		{ color:#fff; font-size:16px; line-height:22px; padding:10px 0 0 0; margin:0; font-weight:100;}
.anythingSlider img						{ float:right;}

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

#start-stop                             { display:none; }
#start-stop.playing                     { background-color: red; }
#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; }