.jm-gallery-album-entry .image {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 180px;
	height: 180px;
	display: block;
	background: none;
	overflow:hidden;
}

.jm-gallery-album-entry .album-image {
	width: 180px;
	height: 215px;
	margin: 3px;
	float: left;
	border: 1px solid #e6e6e6;
}

.jm-gallery-album-entry .image .caption {
	position: absolute;
	bottom: 0px;
	font-size: 17px;
	line-height: 17px;
	text-transform: uppercase;
/* 	color: black; */
	font-weight: bold;
}

.jm-gallery-album-entry .album-image .subcaption {
	color: black;
	padding: 1px;
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
	color: #666
}

.jm-gallery-album-entry .image .caption SPAN.dummy {
	background-color: black;
	color: black;
	position: relative;
	top: -2px;
}

.jm-gallery-album-entry A:hover.image .caption SPAN.dummy {
	background-color: #f03c00;
	color: #f03c00;
}

.jm-gallery-album-entry .image .caption SPAN.visible {
	color: white;
	position: absolute;
	bottom: 4px;
	left: 0px;
}

.jm-gallery-album-entry H3 {
	margin: 3px;
}

.jm-gallery-album-entry {
	clear: both;
	overflow: auto;
	margin-bottom: 30px;
}