/* START GALLERY */
   .galleryContainer {
   margin: 0px; padding: 0px;
   width: 232px;
   }
   .spacer {
   clear: both;
   margin: 0px; padding: 0px;
   height: 1px;
   }
   .galleryFloat {
   float: left;
   margin: 0 0 18px 0;
   padding: 0;
   width: 232px; height: 180px;
   overflow: hidden;
   }
   .itemWit {
   background: transparent url('../images/bg/vakje-wit.png') no-repeat;
   line-height: 150%;
   cursor: pointer;
   cursor: hand;
   }
   .itemRood {
   background: transparent url('../images/bg/vakje-rood.png') no-repeat;
   line-height: 120%;
   }
   .galleryFloat p {
   text-align: center;
   }
   .galleryFloat img {
   border-style: none;
   }
/* EINDE GALLERY */	