/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */


img {
	border-color: #8e8eb2;
}



/* Put a border on all generated images */
.image {
	border-width: 2px;
	border-style: solid;
	margin: 5px;
}

/* Align the content of the cells on the index pages to the center and bottom. */
#index td {
	text-align: center;
	vertical-align: bottom;
}


/* Remove the margin under the images on the index pages. */
#index .image {
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 0;
}

/* Don't have margins on the slide pages. */
body#slide {
	margin: 0;
}


/* Highlight the image name on the slide pages. */
#slide .name {
	font-weight: bold;
	font-size: 14px;
}



/* css required for Lightbox */


#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxCaption{
	font-size: 0.8em;
	padding-top: 0.4em;
	}
#lightbox img{ border: none; } 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }


/* css for Mindhive Navigation  */



.slidethumb {
	border: 0px;
	padding: 1px;
}

.currentslidethumb {
	border: 3px dotted #999;
	padding: 1px;
}



