#galleryIndex {
	float: left;
	width: 100%;
}

A.folder, A.image, A.imageDetail {
	float: left;
	margin: 3px;
	padding: 2px;
	border: 1px solid #888;
	xwidth: 128px;
	width: 132px;
	height: 170px;
	background: #eee;
	list-style-type: none;
	overflow: hidden;
	display: block;
	font-size: 10px;
	line-height: 120%;
	text-align: center;
}

A.image {
	background: #fff;
}

A.folder:hover, A.image:hover, A.imageDetail {
	color: black;
}

A.folder {
	height: 180px;
	background: #ddd;
}

A.imageDetail {
	height: 128px;
	background: #ddd;
}

.imageDetailBig {
	text-align: center;
	padding: 8px;
	border: 1px solid #888
}

.imageDetailList {
	text-align: center;
	padding: 5px;
	border: 1px solid #888;
	margin-top: 5px;
	margin-bottom: 5px;
}

.imageDetailList A {
	padding: 0;
	border: 0;
}

.imageDetailList .selectedImage {
	border: 2px solid red;
}

.imageDetailBig p {
	text-align: center;
}

A.folder p, A.image p {
	text-align: center;
}

A.folder p b, A.image p b {
	font-style: italic;
}

A.folder p strong, A.image p strong {
	font-size: 120%;
}

A.folder .i, A.image .i {
	width: 128px;
	height: 128px;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 5px;
}

#galleryIndex h2 {
	padding: 3px;
}

.page h2 {
	color: #AE4040;
	margin-bottom: 10px;
	font-size: 18px;
}