#funImageNavigation {
   width: 100%;
   text-align: right;
   z-index: 1000;
   position: absolute;
   left: 0;
   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 */
#funImages,
#funVideos {
   float: left;
   width: 560px;
   height: 439px;
}



#funImage,
#funVideo  {
   background-color: #000;
   width: 100%;
   height: 100%;
   float: left;
}

.thumbholderHover{
   position:absolute;
   z-index:1400;
   left:0px;
   bottom:0;
   height:100px;
   /*background-color: #f00;*/
   background: url("../gfx/blankgif.gif");
   overflow:hidden;
}



#funVideos .thumbholderHover{ 
	height:90px;
   bottom:18px;
}

.thumbnext{
   position:absolute;
   background:red;
   left:700px;
   height:0;
   width:50px;
   cursor:pointer;
   z-index:2500;
}
.thumbprev{
   position:absolute;
   background:red;
   left:0px;
   height:100px;
   width:50px;
   cursor:pointer;
   z-index:2500;
}
.thumbholder{
  background: url("../gfx/thumbholderback.png");
  position:absolute;
  top:100px;
  left:0px;
  z-index:1500;
  padding:10px 10px;

}
.thumb {
   padding: 0;
   margin:5px;
   color: #5a5a5a;
   float:left;
   /*position:relative;*/
   border:1px solid #fff;
   background: #000;
   cursor: pointer;
   cursor: hand;

}

#funVideos .thumb {
	 padding: 0;
   margin:5px;
   /*position:relative;*/
   border:1px solid #fff;
}

#funVideos .thumb img {
	border: 0;
}

.thumbactive img {
   opacity:0.4;
   filter:alpha(opacity=40)
}

.thumb img {
   float: left;
}

.thumbinfo {
   top:30px;
   left:50px;
   position:absolute;
   width:200px;
   padding-left:20px;
   display:none;
   background: transparent url( "../gfx/thumbinfo.gif" ) no-repeat 0 0;
   z-index:2000;
}
.thumbinfocontent{
    background: #fff;
    padding:3px;
    font-size:8pt;
    font-weight:bold;
}
.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;
}



