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

#GalleryIndexContainer {
	padding: 10px;
}
#GalleryIndex {
	margin: 0px auto 10px auto;
	padding: 0px;
	width: 880px;
	min-height: 380px;
	font-size: 0.8em;
}
#GalleryIndex a {
	text-decoration: none;
}
#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(/themes/midnight_photogallery/images/gallery_over.png) no-repeat;
}
.GalleryPreview {
	width: 145px;
	height: 93px;
	border: 5px solid #fff;
	margin: 20px auto 2px auto;
	overflow: hidden;
}
.GalleryTitle {
	width: 86px;
	float: left;
	text-align: left;
	margin-left: 16px;
}
.GalleryDate {
	display: none;
}
.GalleryTitle a, .GalleryDate a {
	color: #fff;
}
#GalleryIndex li.Hover, #GalleryIndex li.Hover * {
	cursor: pointer;
}
#GalleryIndex li.Hover a {
	color: #FFF;
}
#PaginationContainer {}