/*
    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: 580px; height: 420px; position: relative; margin: 0; margin-bottom: 20px;} 
.anythingSlider .wrapper                { width: 580px; overflow: auto; height: 420px; margin: 0; position: absolute; top: 0; left: 0; }

.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; margin: -30px; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; margin: 0 ; height:420px; width: 580px; background-color:#4488c3; color: #FFF; }

.anythingSlider .onderschrift			{ height:20px; padding-left: 10px; font-style:italic;}

.anythingSlider .arrow                  { display: block; height: 60px; width: 35px; background: url(../pics/arrows.png) no-repeat 0 0; 
										  text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: 0px; }
.anythingSlider .back                   { background-position: -35px 0; left: 0px; }
.anythingSlider .forward:hover          { background-position: 0 -60px; }
.anythingSlider .back:hover             { background-position: -35px -60px; }



#thumbNav                               { position: relative; top: 390px; text-align: center; background-image:url(../pics/schaduw_wit.png); background-repeat: repeat-x;}
#thumbNav a                             { color: #4488c3; background-image:url(../pics/schaduw.png); background-repeat:no-repeat;display: inline-block; 
										  padding: 2px 10px; height: 18px; margin: 0 5px 0 0; text-align: center; }
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #fff; border: 1px solid #ddd; border-top: 0; }

/* wordt niet gebruikt..
#start-stop                             { background: green; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 0px; top: 370px;}
#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; }