p.gallery_crumbs {
	font-size: 1.2em;
	color: #666666;
}

p.gallery_crumbs a {
	text-decoration: none;
}

div.gallery_item {
	border: 1px solid #cccccc;
	background-color: #fafefa;
	
	padding: 1em;
}

div.gallery_list_item {
	border: 1px solid #cccccc;
	width: 80px;
	float: left;
	text-align: center;
	
	padding: .5em;
	margin: .5em;
	
	cursor: pointer;
}

div.gallery_thumb {
	width: 75px;
	height: 75px;
	overflow: hidden;
	
	margin: 0 auto;

	background-position: center center;
	background-repeat: no-repeat;

	border: 1px solid #cccccc;
}

div.gallery_list_item a {
	text-decoration: none;
	color: black;
}

div.gallery_list_item p {
	font-size: 1.2em;
	
	text-align: center;
	margin: 0;
}

p.gallery_image img {
	border: 1px solid #cccccc;
	
	max-width: 506px;
	max-height: 550px;
}

p.gallery_image {
	text-align: center;

	margin: 0;	
}

p.gallery_info {
	font-size: 1.2em;
	color: #666666;
}

div.gallery_nav {
	width: 80px;
	
	float: right;
	margin: 0 0 1em 1em;

	text-align: center;

	padding: .4em;
	
	border: 1px solid #cccccc;
	background-color: white;
}

div.gallery_nav p {
	text-align: center;
	margin: .1em 0;
	padding: 0;
	
	font-size: 1.2em;
	
}

div.gallery_cat {
	border: 1px solid #cccccc;
	
	margin: .2em 0;
	
	cursor: pointer;

	padding: .1em 1em;
	padding-left: 100px;
	
	min-height: 100px;
}

div.gallery_cat:hover,
div.gallery_list_item:hover {
	border-color: #a0e072;
}

div.gallery_cat:hover h5 a,
/*div.gallery_cat:hover,*/
div.gallery_list_item:hover a {
	color: #54ac34;
}

div.gallery_cat div.gallery_thumb {
	margin: 1em 1em 1em -90px;

	float: left;
}

div.gallery_cat h5 { margin-top: .5em; }