@charset "UTF-8";
/* CSS Document */

/* Lightbox custom parameters */
#lightbox-container-image-box {
background-color:#333333; /* b/g color of the frame */
}
#lightbox-container-image-data-box {
background-color:#333333; /* b/g color of the cuption box */
}
/*****************************/

#click_to_enlarge {
		text-align:left;
		}
#thumbnails img {
		vertical-align:middle;
		border:#999999 3px double;
		margin:0.6em;
		}

/* style on rollover */
#thumbnails img.focus {
border:#CFC48C 3px double;
}
		
#thumbnails {
	padding:1em;
	text-align:left;
	position:relative; /* move thumbnails a little to reveal the frame */
	right:0.3em;
	bottom:0.3em;
	background:#000000;
	border:#999999 dotted 1px;
}

#frame {
	margin:0;
	padding:0;
	background-color:#333333;
	}

#current_parent {
	text-decoration:underline;
}
