/* Start of CMSMS style sheet 'Anythingslider' */
.anythingSlider{ 
     width: 948px; 
     height: 262px; 
      position: relative; 
      margin: 0 auto;  
      z-index: 999;
}

.anythingSlider .wrapper{ 
       width: 948px; 
       overflow: auto; 
        height:262px; 
       margin: 0; 
       position: absolute; 
       top: 0; 
       left: 0;
       background: url(images/slider_overlay.png) no-repeat scroll 0 0 transparent;
}

/* Width below is max for Opera */
.anythingSlider .wrapper ul{ 
         width: 32700px; 
         list-style: none; 
         position: absolute; 
         top: 0; 
         left: 0; 
         background: transparent; 
         border-top: 0px solid #e0a213; 
         border-bottom: 3px solid #e0a213; 
        margin: 0; 
}

.anythingSlider ul li{ 
display: block; 
float: left; 
padding: 0; 
height: 262px; 
width: 948px; 
margin: 0; 
}

.anythingSlider .arrow { 
     position:absolute;
     z-index:10000;
     background:red;
     width:40px;
     height:90px;
     cursor:hand;
     cursor:pointer;
     top:90px; 
}

.anythingSlider .forward{
      right:310px; 
      background:url(images/rarrow.png) no-repeat;
}

.anythingSlider .back{ 
      left:20px; 
      background:url(images/larrow.png) no-repeat;
}

.anythingSlider .forward:hover          { }
.anythingSlider .back:hover             { }

#thumbNav                               { position: relative; top: 323px; text-align: center; }
#thumbNav a                             { color: black; font: 11px/18px Georgia, Serif; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background: #c58b04 url(../images/cellshade.png) repeat-x; text-align: center; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #e0a213; }

#start-stop                             { background: green; background-image: url(../images/cellshade.png); background-repeat: repeat-x; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 45px; top: 323px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; 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; 
}


.plaatje {
     position:absolute;     
     top:-25px;
     right:-373px;
     z-index:-10;
}

.tekst {
margin:25px 0 0 100px;
width:480px;
position:relative;
}

.tekst p{
   color:#fff;
   line-height:1.6em;
   font-size:12px;
}

.tekst h2{
   color:#000;
   font-size:16px;
   font-weight:bold;
   margin:0 0 5px 0;
}
/* End of 'Anythingslider' */

