@charset "UTF-8";
/* CSS Document */

#GalleryIndexContainer {
	padding: 10px;
}
#GalleryIndex {
	margin: 0px auto 10px auto;
	padding: 0px;
	width: 880px;
	height: 380px;
}
#GalleryIndex li {
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: 188px;
	height: 169px;
	float: left;
	margin: 0px 10px 10px 0px;
}

#GalleryIndex li.Hover {
	background: url(/photogallery/images/galleryindex/gallery_over.png) no-repeat;
}
.GalleryPreview {
	width: 145px;
	height: 93px;
	border: 5px solid #d8cbab;
	margin: 20px auto 2px auto;
	overflow: hidden;
}
.GalleryTitle {
	width: 86px;
	float: left;
	text-align: left;
	margin-left: 16px;
}
.GalleryDate {
	width: 61px;
	float: right;
	text-align: right;
	margin-right: 18px;
}
.GalleryTitle a, .GalleryDate a {
	color: #C3A28E;
}
#GalleryIndex li.Hover, #GalleryIndex li.Hover * {
	cursor: pointer;
}
#GalleryIndex li.Hover a {
	color: #FFF;
}
#PaginationContainer {}