
/* Category Display Styles */

h3.jm-gallery-category-header {
	font-size: 14px;
	border-bottom: 1px dashed #e6e6e6;
	}
p.jm-gallery-category-description {
	}
div.jm-gallery-category-container {
	padding-bottom: 10px;
	}

/* 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;
	}
	

/* Admin Interface Styles */

h3.jm-gallery-admin-header {
	font-size: 14px;
	border-bottom: 1px dashed #e6e6e6;
	}
div.jm-gallery-admin-element {
	padding: 2px;
	}
div.jm-gallery-admin-subelement {
	}
div.jm-gallery-admin-left {
	padding-top: 3px;
	float: left;
	width: 150px;
	}
div.jm-gallery-admin-right {
	width: 200px;
	}
input.jm-gallery-input {
	max-width: 200px;
	vertical-align: top; 
	border: 1px solid #D1D7DC; 
	padding-right: 3px; 
	padding-left: 3px;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	}
textarea.jm-gallery-textarea {
	border: 1px solid #D1D7DC; 
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	}
div.jm-gallery-image-edit {
	}
img.jm-gallery-image-edit {
	height: 70px;
	margin: 1px 10px 0;
	border: 1px solid #e6e6e6;
	}
h3.jm-gallery-image-edit {
	font-size: 12px;
	border-bottom: 1px dashed #e6e6e6;
	}


/* Album View Styles */

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 dashed #e6e6e6;
	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: 85px;
	height: 60px;
    /*	width: 142px;
    	height: 157px;
	*/
	border: none;
	text-align: center;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	}
html>body div.jm-gallery-image-entry {
	width: 85px;
	height: 60px;
	/*
	width: 130px;
	height: 145px;
	*/
}

div.jm-gallery-image-entry a img {
	padding:0;
	margin:0;
	border: 2px solid #fff;
	}
div.jm-gallery-image-entry a:hover img {
	padding:0;
	margin:0;
	border: 2px solid #000;
	}
div.jm-gallery-image-collection {
	margin-top: 15px;
	}
div.jm-gallery-album-control {
	clear: both; 
	text-align: center;
	margin-top: 10px;
	padding-top: 20px;
	}	
	

/* Single Image 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: left;
	padding-top:2px;
	}
h3.jm-gallery-image-header {
	font-size: 14px;
	margin-bottom: 0;
	}
div.jm-gallery-image-single {
	text-align: center;
	width:340px;
	background-color:#9a9a9a;"
	padding: 0;
	margin:0;
	}
div.jm-gallery-image-downloads {
	text-align: center; 
	padding-top: 10px; 
	padding-bottom: 20px;
	}
	
/* Random Image Style */
div.jmgallery-random-container {
	}
div.jm-gallery-image-random {
	margin: 10px;
	}
