body { margin: 0pt; background-color: #000000; }
td { background-color: #000000; }

/* Album title. */
.title { font-family: Arial, Helvetica, sans-serif; font-size: 15px; color: #FFFFFF; font-weight: bold; }

/* Album and image descriptions. Use the meta.properties and comments.properties files. */
.txt { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; text-align: center;}

/* Folder and movie title in thumbpage */
.stxt { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF; }

/* Link to outside the album, Jalbum link and navigation system (albums with more than one page).  */
.navtxt { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #666666; }
a.navtxt { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #666666; text-decoration:none; }
a.navtxt:hover { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #666666; text-decoration:none; }

/* Borders around the images and thumbnails. */
img.slideimg { border: 10px solid #CCCCCC; }
.thumbimg a img { border: 5px solid #000000; }
.thumbimg a:visited img { border: 5px solid #111111; }
.thumbimg a:active img { border: 5px solid #CCCCCC; }

/* Fading effects (Do only edit color). */
.fading {background-color: #000000; display:block; height:100%; width:100%; opacity:1; filter:alpha(opacity=100); position:absolute; z-index:2;}

/* For positioning of thumbs */
.thumbimg { position:absolute; align:center; vertical-align:middle; }