/*
 * Combined style sheet for the index pages and the slide pages.
 */

.comment {
	display:none;
}

.image {
	border: 0;
	margin: 10px;
}

/* Align the content of the cells on the index pages to the center and bottom. */
#index td {
	text-align: center;
	vertical-align: bottom;
}

/* Style for all table cells. */
td {
	font-family: Arial,Helvetica,sans-serif;
}

.camera {
	font-size: 11px;
}

/* 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, body#index {
	margin: 0;
    padding-top: 2em;
}

/* Highlight the image name on the slide pages. */
#slide .name {
	font-weight: bold;
	font-size: 14px;
}


#imageinfo {

	font-size: 11px;
}


