.gallery_hp {
	float:center;
	height:200px;
	margin-left: 40px;
	overflow:hidden;
	width:900px;
}

.gallery_elem {
	float:left;
	font-size: 11px;
	line-height: 1.2;
	margin-left: 8px;
	margin-right: 8px;
	width:125px;
	vertical-align: bottom;
	text-align: center;
}

.gallery_elem a {
	color:#003072;
	font-weight:normal;
	text-decoration:none;
}

.gallery_elem a:hover {
	color:#FF0000;
	font-weight:normal;
	text-decoration:underline;
}
