
/* CATEGORY DISPLAY STYLES */

h3.jm-gallery-category-header {
	font-size: 12px;
	border-bottom: 1px solid #e6e6e6;
	}
p.jm-gallery-category-description {
	}
div.jm-gallery-category-container {
	padding-bottom: 10px;
	}
div.jm-gallery-album-entry img {
	border: 1px solid #a3a3a3
}



/* ALBUM DISPLAY STYLES */
	
div.jm-gallery-album-entry {
	display: block; 
	float:left; 
	margin: 0 0 4px 0;
	border: 0;
	width: 140px;
	height: 200px;
	text-align: center;
	}
div.jm-gallery-list-album-metainformation,
div.jm-gallery-admin-album-metainformation {
	text-align: center;
	font-size: 0.8em;
	margin-top: 3px;
	}
div.jm-gallery-album-pagebrowser {
	text-align: left;
	padding-bottom: 10px;
}

div.jm-gallery-album-metainformation {
	width: 100%;
	margin-top: 5px;
	text-align: left;
	margin-bottom: 10px;
	padding-bottom: 5px;
	}
h3.jm-gallery-album-header {
	font-size: 12px;
	margin-bottom: 0;
	}
div.jm-gallery-image-entry {
	display: block;
	float:left; 
  width: 110px;
  height: 157px;
	border: 0;
	text-align: center;
	padding: 0px;
	margin: 6px;
	}
html>body div.jm-gallery-image-entry {
	width: 120px;
	height: 125px;
}
div.jm-gallery-image-entry img {
	border: 1px solid #a3a3a3
	}
div.jm-gallery-image-collection {
	padding-left: 20px;
	}
div.jm-gallery-album-control {
	clear: both; 
	text-align: center;
	margin-top: 10px;
	padding-top: 20px;
	}	
div.jm-gallery-album-footer {
	border-top: 1px solid #e6e6e6; 
	padding-top: 5px;
	}



/* SINGLE DISPLAY STYLES */

div.jm-gallery-image-metainformation-top {
	width: 100%;
	text-align: left;
	padding-bottom: 5px;
	margin-top: 5px;
	}
div.jm-gallery-image-browser {
	width: 100%;
	text-align: center;
	border-top: 1px solid #e6e6e6;
	padding-top: 5px;
	margin-bottom: 5px;
	}
h3.jm-gallery-image-header {
	font-size: 12px;
	margin-bottom: 0;
	}
div.jm-gallery-image-single {
	text-align: center; 
	padding-top: 30px; 
	padding-bottom: 30px;
	}
div.jm-gallery-image-downloads {
	text-align: center; 
	padding-top: 10px; 
	padding-bottom: 20px;
	}




