/*Start of Slide Show*/
  div#SliderContainer { overflow: hidden; width:608px; height:127px; position: relative;}/*images container, this container hide the other image that not inside of this container (only show the image with same position with this)*/
  
  /*Start of Button Alignment*/
  
	  /*Start of Next Button*/
	  div.buttonNext { z-index: 3;  display: none; }   
	  div.buttonNext-horizontal { background: transparent url('images/volgende.gif') no-repeat top left; position: absolute; top: 80px; left: 360px; width: 126px; height: 26px; cursor: pointer;}   
	  div.buttonNext-horizontal:hover { background-position: bottom left; }
	  /*End of Next Button*/
	  
	  /*Start of Aanmelden button*/
	  div.buttonAanmelden { z-index: 3;  display: none; }   
	  div.buttonAanmelden-horizontal { background: transparent url('images/aanmelden.gif') no-repeat top left; position: absolute; top: 80px; left: 360px; width: 126px; height: 26px; cursor: pointer; display: none;}   
	  div.buttonAanmelden-horizontal:hover { background-position: bottom left; }
	  /*End of Aanmelden button*/
  
  /*End of Button Alignment*/
  
  /*Start of Image Slide Show (positioning)*/
  div.blocky { width: 4256px; height: 127px; position: relative; background-color:#000000; } /*Container for all image, this width equal to image width times amount of images you will show*/
  div.blocky div.block { display: block; float: left; width:608px; height:127px; text-align: left;vertical-align: middle; color: #ffffff;  } /*image positioning*/
  div.blocky div.no1 { background: transparent url('images/bg.jpg') top left no-repeat; } /*inserting image to background*/
  div.blocky div.no2 { background: transparent url('images/bg.jpg') top left no-repeat; }
  div.blocky div.no3 { background: transparent url('images/bg.jpg') top left no-repeat; }
  div.blocky div.no4 { background: transparent url('images/bg.jpg') top left no-repeat; }
  div.blocky div.no5 { background: transparent url('images/bg.jpg') top left no-repeat; }
  div.blocky div.no6 { background: transparent url('images/bg.jpg') top left no-repeat; }
  div.blocky div.no7 { background: transparent url('images/bg.jpg') top left no-repeat; }
  /*End of Image Slide Show (positioning)*/
  
/*End of Slide Show*/