/* styles voor bezoekers */

img {
 border: 0;
}

div.album_row {
 clear:left;
}
div.album_choose {
 height: 1.5em;
 clear:left;
 float:left;
 width: 200px;
 font-weight:bold;
}
div.album_total_fotos {
 float:left;
 height: 1.5em;
 width: 100px;
}
div.thumb_view {
 float:left;
 width: 72px;
 height: 72px;
 background: #f3f3f3;
 margin: 4px;
}
#albumpadding {
 padding: 5px;
}
#album_backlink {
 clear:left;
 margin: 1em 0em;
}
div.clear {
 clear:both;
}
/*lightbox */

/* tweede thumb versie, buiten container */
#thumbHolderLeft {
 position:absolute;
 left: -80px;
 background: white;
 display:block;
 width: 80px;
 height: 80px;
 padding: 5px;
}
#outerImageContainer > #thumbHolderLeft{
 left: -90px;                   /* border box model fix */
}
#outerImageContainer > #thumbHolderRight {
 right: -90px;
}
#thumbHolderRight {
 position:absolute;
 right: -80px;
 background: white;
 display:block;
 width: 80px;
 height: 80px;
 padding: 5px;
}
/* eind tweede versie */


#prevLink #thumbHolderLeft {
 position:absolute;
 left: -80px;
 background: white;
 display:block;
 width: 80px;
 height: 80px;
 padding: 5px;
}
#prevLink > #thumbHolderLeft{
 left: -90px;                   /* border box model fix */
}
#nextLink > #thumbHolderRight {
 right: -90px;
}
#nextLink #thumbHolderRight {
 position:absolute;
 right: -80px;
 background: white;
 display:block;
 width: 80px;
 height: 80px;
 padding: 5px;
}
#thumbHolderLeft #prev_thumbNav {
 zborder: 1px solid green;
}
#thumbHolderRight #next_thumbNav {
 zborder: 1px solid green;
}
#imageDataContainer #numberDisplay {
 display:none;   /*zet deze aan als je image x of x wilt weergeven */ 
}
 

