@import url(lightwindow.css);
/*-----------------------------------------------------------------------------------------------
	Theme styling stuff
-----------------------------------------------------------------------------------------------*/
/*
*{
	border: solid black 1px;
}
*/
.hidden{
	display: none;
}
img {
	border: none;
}
#minigallery_container{
	float: right;
	width: 390px;
	min-height: 346px;
}
#minigallery_container_centered{
	width: 390px;
	min-height: 346px;
	margin-left: auto;
	margin-right: auto;
}
.gallery_crumb{
	line-height: 22px;
	font-weight: bold;
	font-size: 14px;
	color: green;
}
#gallery_instructions{
	text-align: center;
	line-height: 14px;
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	margin: 8px 0px 5px 0px;
	padding: 0px;
}
#minigallery_container ul{
	display: block;
	text-decoration: none;
	float: left;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-indent: 0px;
}
#minigallery_container li,a{
	margin: 0px;
	padding: 0px;
}
#minigallery_container li{
	border-style: inset;
	border-width: 5px;
	border-color: white;
	display: inline;
	text-decoration: none;
	float: left;
	padding: 0px, 2px, 0px, 2px;
	text-indent: 0px;
	height: 75px;
}
#minigallery_container_centered ul{
	display: block;
	text-decoration: none;
	float: left;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-indent: 0px;
}
#minigallery_container_centered li,a{
	margin: 0px;
	padding: 0px;
}
#minigallery_container_centered li{
	border-style: inset;
	border-width: 5px;
	border-color: white;
	display: inline;
	text-decoration: none;
	float: left;
	padding: 0px, 2px, 0px, 2px;
	text-indent: 0px;
	height: 75px;
}
.lead img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 190px;
}
.lead a:hover img{
	border: solid black 1px;
	height: 188px;
}
.thumbs_container a:hover img{
	border: solid black 1px;
	width: 118px;
	height: 73px;
}
.thumbs_container img{
	width: 120px;
	height: 75px;
}
