
.gallery-crumb {
	font-size: 11px;
	overflow: hidden;
	padding: 0px !important;
	margin: -15px 0px 1.5em 0px !important;
}
.gallery-crumb li {
	float: left;
	list-style-type: disc;
	padding: 0px;
	margin-right: 20px;
	color: #CCC;
}
.gallery-crumb li a {
	color: #333;
}
.gallery-crumb li a:hover {
	text-decoration: underline;
}

.gallery-group {
	position: relative;
	overflow: hidden;
	margin-bottom: 1em;
}
.gallery-group .gallery-block {
	position: relative;
	margin: 0px 10px 10px 0px;
	float: left;
	border: 1px solid #CCC;
	width: 100px;
	height: 100px;
	border-radius: 5px;
	overflow: hidden;
	z-index: 1;
}
.gallery-group .gallery-block:hover {
	box-shadow: 3px 3px 5px #999999;
	border-color: #0060af;
}
.gallery-group .gallery-block .gallery-thumbnail {
	min-width: 100px;
	min-height: 100px;
	z-index: 1;
}
.gallery-group .gallery-block .gallery-link {
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 5;
	background-image: url('assets/gallery/dot.png');
}
.gallery-group .gallery-block .gallery-link .gallery-link-text {
	visibility: hidden;
}
.gallery-albums .gallery-album {
	height: 125px;
	background-image: url('assets/gallery/camera.png');
	background-repeat: no-repeat;
	background-position: top center;
}
.gallery-albums .gallery-album .gallery-thumbnail {
	position: relative;
	min-width: 60px;
	min-height: 60px;
	width: 60px;
	height: 60px;
	left: 50%;
	margin-left: -30px;
	margin-top: 30px;
}
.gallery-albums .gallery-album .gallery-album-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100px;
	display: block;
	z-index: 2;
	background-image: url('assets/gallery/album.png');
}
.gallery-albums .gallery-album .gallery-album-title {
	position: absolute;
	bottom: 0;
	font-size: 11px;
	padding: 3px;
	display: block;
	width: 94px;
	height: 33px;
	text-align: center;
	z-index: 3;
}

.gallery-videos .gallery-video {
	height: 115px;
	background-image: url('assets/gallery/film.png');
	background-repeat: no-repeat;
	background-position: top center;
}
.gallery-videos .gallery-video .gallery-video-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100px;
	display: block;
	z-index: 2;
	background-image: url('assets/gallery/video.png');
}
.gallery-videos .gallery-video .gallery-video-title {
	position: absolute;
	bottom: 0;
	font-size: 11px;
	padding: 3px;
	display: block;
	width: 94px;
	height: 34px;
	text-align: center;
	z-index: 3;
}