#funImageNavigation {
   width: 100%;
   text-align: right;
   z-index: 1000;
   position: absolute;
   left: 0;
   top:438px !important;
   display: none;
}

#funImageNavigation ul {
   margin: 0;
   padding: 0;
   display: inline;
}

#funImageNavigation ul li {
   float: left;
   list-style-image: none;
   list-style-position: outside;
   list-style-type: none;
}

#funImageNavigation ul a.prev {
   background-image: url( "../gfx/prev.gif" );
   width: 14px;
}

#funImageNavigation ul a.next {
   background-image: url( "../gfx/next.gif" );
   width: 14px;
}

#funImageNavigation ul a {
   background: transparent url( "../gfx/a.gif" ) no-repeat scroll 0 0;
   cursor: pointer;
   display: block;
   float: left;
   height: 14px;
   margin: 0 4px 0 0;
   overflow: hidden;
   width: 12px;
}

#funImageNavigation a {
   color: #09719D;
   cursor: pointer;
   cursor: hand;
}

#funImageNavigation ul a.active,
   #funImageNavigation ul a.prev:hover,
   #funImageNavigation ul a.next:hover {
   background-position: 0 -14px;
}
 /* 
#funImageNavigation ul {
   background: transparent none repeat scroll 0 0;
   bottom: 0px;
   overflow: hidden;
   float: left;
  position:absolute;
   left:0;
   z-index:1000;
}
*/
/* thumbs endergelijke */

.container #funImages {
   float: left;
   width: 735px;
   height: 459px;
}

.images{
    height: 459px;
}

#funImage {
   background-color: #fff;
   width: 100%;
   height: 100%;
   float: left;
}

.thumb {
   width: 217px;
   height: 80px;
   padding: 10px 7px 15px 10px;
   background-color: #ccc;  
   position: absolute;
   top: 304px;
   z-index: 2000;
   background: url( "../gfx/thumbback.png" );
   color: #5a5a5a;
   overflow: hidden;
}

.thumbactive {
   top: 284px;
}

.thumb img {
   width: 80px;
   height: 80px;
   margin-right: 10px;
   float: left;
}

.thumbinfo {
   float: left;
   width: 122px;
}

.thumbinfo ul {
  font-size:9pt;
  margin:0;
  padding:0;
  list-style-position: inside;

  list-style-image: url(../gfx/style-image.gif);
}

.thumbinfo li {
  height: 16px;

}

.thumbinfo h3 {
   font-size: 12pt;
   margin: 0;
   padding: 0;
   line-height: 12pt;
}

.thumbinfo a {
   color: #ed7f26;
   font-weight: bold;
}


