@CHARSET "UTF-8";
.gallery_category_list{
padding: 15px 0 0 0 ;
	}

.gallery_list{
	float: left;
	width: 220px;
	text-align: center;
}

.gallery_list span{ 
	width: 180px;
	height: 130px;
	display: block;

	background-position:top center;
	}
.gallery_list a{	
	width: 180px;
	height: 130px;
	display: block;
	padding:3px;
	border: 1px #A58D37 solid;
	background-color:#e0ded1;
	margin-bottom: 10px;
	}


.gallery_list span.gallery_name{
	display: block;
	height:40px;
	text-align: center;
	color: #9D873C;
	font-style: italic;
	font-weight: bold;
}

.gallery_picture_list{
float: left;
width: 210px;
text-align: center;
height: 150px;
padding: 0;
margin: 5px;
}

.gallery_picture_list span{ 
	width: 160px;
	height: 130px;
	display: block;
	text-align: center;
	background-position:top center;
	}
	
.gallery_picture_list a{	
	width: 160px;
	height: 130px;
	display: block;
	margin:auto;
	padding:3px;
	border: 1px #A58D37 solid;
	background-color:#e0ded1;
	}

.gallery_picture_name{
	display: block;
	text-align: center;
}
