/*
    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                         { background-image: url(../img/bg_header.png); width: 901px; height: 285px; position: relative; margin: 0; }
.anythingSlider .wrapper                { width: 901px; overflow: auto; height: 285px; margin: 0; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; padding: 0; margin: 0;}
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 285px; width: 901px; margin: 0; }
.anythingSlider .arrow                  { width: 0; display: none; }
.anythingSlider .forward                { width: 0; display: none; }
.anythingSlider .back                   { width: 0; display: none; }

.slideContent 							{ width: 430px; padding:10px 40px 20px 40px; position: absolute; top: 0; }
.slideContent h1						{ color: #003366; font-size: 30px; line-height: 36px; font-weight: lighter; }
.slideContent p							{ color: #003366; font-size: 14px; line-height: 20px; font-weight: lighter; }
.slideContent a							{ color: #fff; font-size: 16px; display: block; width: 97px; height: 22px; float: right; background-image: url(../img/bg_leesmeer.png); padding: 4px 10px 4px 30px; line-height: normal; text-decoration: 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; }
#start-stop								{ display: none; }
.arrow forward							{ display: none; }
.arrow back								{ display: none; }
