#gallery-galleries {
	margin : 0 0 20px 0;
}
.gallery-item {
	margin : 3px auto 0 auto;
	width : 441px;
	border : 1px #b39a9a solid;
	background-color : #eeeeee;
	min-height : 90px;
}
.gallery-item span {
	margin : 2px 0 2px 0;
	padding : 0 0 0 115px;
}
.gallery-item img {
	float : left;
	margin : 5px;
	padding : 1px;
	border : 1px #000 solid;
	background-color : #fff;
}
.gallery-item a {
	text-decoration : none;
}
span.gallery-description {
	font-style : italic;
}
.gallery-item a:link, .gallery-item a:active, .gallery-item a:visited {
	color : #000;
}
.gallery-item a:hover {
	color : #666;
}
.gallery-item span {
	display : block;
	font-size : 0.9em;
}
.gallery-item span.gallery-title {
	font-size : 1.1em;
	font-weight : bold;
}
#gallery-images {
	width : 720px;
	margin : 0 auto 0 auto;
}
.image-item { /* 148 */
	float : left;
	width : 140px;
	margin : 1px;
	border : 1px #ccc solid;
	padding : 0 0 4px 0;
	background-color : #eee;
}
.image-item img {
	padding : 1px;
	margin : 2px;
	border : 1px #666 solid;
	background-color : #fff;
	
}
.image-item label {
	font-size: 11px;	
}

span.image-decription{
	display : block;
	font-size : 0.95em;
	margin : 0;
	padding : 0;
	text-align : center;
}
span.image-source {
	display : block;
	font-size : 0.9em;
	margin : 0;
	padding : 0;
	font-style : italic;
	text-align : center;
}
.image-item a {
	text-decoration : none;
}
.image-item a:link, .image-item a:active, .image-item a:visited {
	color : #000;
}
.image-item a:hover {
	color : #666;
}
.gallery-pages {
	text-align : center;
}
.gallery-pages a {
	color : #000;
}
.gallery-pages a:link, .gallery-pages a:active, .gallery-pages a:visited {
	text-decoration : underline;
}
.gallery-pages a:hover {
	text-decoration : none;
}
.gallery-pages a.selected {
	font-weight : bold;
}
