#gallery_section {
	width: 100%;
	position: relative;
	float: left;
	margin: 0;
	padding: 2px;
	border-top: dotted 1px #999966;
	border-bottom: dotted 1px #999966;	
	background-color: #FAFAFA;
}

#gallery_section_title {
	width: 100%;
	position: relative;
	float: left;
	margin: 0;
	padding: 2px;
	text-align: center;
	text-decoration: none;	
}

#gallery_section_title a {
	text-decoration: none;	
}

#gallery_section_thumb {
	width: 100%;
	position: relative;
	float: left;
	margin: 0;
	padding: 2px;	
}

#gallery_section_thumb img {
	width: 100px;
	height: 100px;
	margin: 0;
	padding: 2px;
	border: solid 2px #999966;
}

#gallery_section_descr {
	width: 100%;
	position: relative;
	float: left;
	margin: 0;
	padding: 2px;
/*	text-align: center;*/
	color: #A9A9A9;
}


/* item */
#gallery_item {
	width: 100%;
	position: relative;
	float: left;
	margin: 0;
	padding: 2px;
/*	border-top: dotted 1px #999966;
	border-bottom: dotted 1px #999966;	
	background-color: #FAFAFA;*/
}

#gallery_item_dateof {
	width: 100%;
	position: relative;
	float: left;
	margin: 0;
	padding: 2px;
	color: #A9A9A9;
}

#gallery_item_title {
	width: 100%;
	position: relative;
	float: left;
	margin: 0;
	padding: 2px;
	text-align: center;
	text-decoration: none;	
}

#gallery_item_title a {
	text-decoration: none;	
}

#gallery_item_thumb {
	width: 100%;
	position: relative;
	float: left;
	margin: 0;
	padding: 2px;	
}

#gallery_item_thumb img {
	width: 100px;
	height: 100px;
	margin: 0;
	padding: 2px;
	border: solid 2px #999966;
}

#gallery_item_descr {
	width: 100%;
	position: relative;
	float: left;
	margin: 0;
	padding: 2px;
/*	text-align: center;*/
	color: #A9A9A9;
}

