/* CATEGORY DISPLAY STYLES */

h3.jm-gallery-category-header {
	font-size: 14px;
	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;*/
	border: none;
}



/* ALBUM DISPLAY STYLES */
/* Rahmen um Alben mit abgerundeten Ecken */
.boxTopEdge {
	width: 100%;
	background: url(img/boxEdge.gif) top repeat-x;
}
.boxRightEdge {
	width: 100%;
	background: url(img/boxEdge.gif) right repeat-y;
}
.boxBottomEdge {
	width: 100%;
	background: url(img/boxEdge.gif) bottom repeat-x;
}
.boxLeftEdge {
	width: 100%;
	background: url(img/boxEdge.gif) left repeat-y;
}
.boxTopRightCorner {
	width: 100%;
	background: url(img/boxTopRightCorner.gif) top right no-repeat;
}
.boxBottomRightCorner {
	width: 100%;
	background: url(img/boxBottomRightCorner.gif) bottom right no-repeat;
}
.boxBottomLeftCorner {
	width: 100%;
	background: url(img/boxBottomLeftCorner.gif) bottom left no-repeat;
}
.boxTopLeftCorner {
	width: 100%;
	background: url(img/boxTopLeftCorner.gif) top left no-repeat;
}
.boxContent {
	padding: 10px 0;
	height: 150px;	
}

div.jm-gallery-album-entry {
	display: block; 
	float:left; 
	margin: 0 5px 5px 0;
	padding: 0px;
	width: 195px;
	/*height: 160px;*/
	text-align: center;
}
	
/* EIGENE */	
div.jm-gallery-teaser-album-entry {
	display: inline;
}

div.jm-gallery-album-entry a {
	font-size: 0.9em;
	line-height: 1.2;
}

div.jm-gallery-teaser-album-entry img {
	/*border: 1px solid #999;*/
	border: none;
	margin-top: 2px;
}
	
	
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;
	/*border-bottom: 1px solid #e6e6e6;*/
	border-bottom: 2px dotted #54934f;
	margin-bottom: 10px;
	padding-bottom: 5px;
	}
h3.jm-gallery-album-header {
	font-size: 14px;
	margin-bottom: 0;
}
div.jm-gallery-image-entry {
	display: block;
	float:left; 
   	width: 190px;
   	height: 170px;
	border: 0;
	text-align: center;
	padding: 0px;
	margin: 0 10px 10px 0;
}

div.jm-gallery-image-entry div {
	margin-top: 5px;
	font-size: 0.9em;
	line-height: 1.4;
}

html>body div.jm-gallery-image-entry {
	width: 190px;
	height: 170px;
}
div.jm-gallery-image-entry img {
	/*border: 1px solid #a3a3a3;*/
	border: none;
}
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; */
	border-top: 2px dotted #54934f;
	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 #ccc;*/
	border-top: 2px dotted #54934f;
	padding-top: 5px;
	margin-bottom: 5px;
}
h3.jm-gallery-image-header {
	font-size: 14px;
	margin-bottom: 0;
	display: inline;
	margin-right: 5px;
}
div.jm-gallery-image-single {
	text-align: center; 
	padding-top: 15px;
	padding-bottom: 15px;
}
div.jm-gallery-image-downloads {
	text-align: center; 
	padding-top: 10px; 
	padding-bottom: 20px;
}
