.gallery {
	border:#ddd solid 1px;
	padding:5px;
	min-height:30em;
	width:44em;
	}
	
.gallery_item a{
	font-family:Calibri, Arial, sans-serif;
	color:#000;
	text-decoration:none;
	margin-top:10px;
	}
	
.gallery_item {
	float:left;
	width:20%;
	height:80px;
	margin:1em;
	margin-bottom:1.9em;
	text-align:center;
	border:#ddd solid 1px;
	background-color:#111;
	color:#fff;
	}
	
hr {
	clear:both;
	}

.gallery_item_hide a{
	font-family:Calibri, Arial, sans-serif;
	color:#000;
	text-decoration:none;
	margin-top:10px;
	}
	
.gallery_item_hide {
	float:left;
/*	width:20%;
	height:80px;
	margin:1em;
	margin-bottom:1.9em;*/
	text-align:center;
	border:#ddd solid 1px;
	background-color:#111;
	color:#fff;
	}