.masonry-item { 
	width: 200px; 
	height:200px; 
	overflow:hidden; 
	background-color:red; 
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	border:5px #DDD solid;
}
.masonry-item.w1 { 
	width:200px; 
}
.masonry-item.w2 { 
	width:420px;
}
.masonry-item.h2 { 
	height:420px;
}
.masonry-item.hbar { 
	width:640px;
	height:50px;
}
.img-child{
	position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
	width:100%;
}
.img-private:hover{
	border:5px #0A0 solid;
}
.img-public:hover{
	border:5px #A00 solid;
}

.img-top-box{
	position:absolute;
	left:10;
	top:0;
	width:100%;
	background:rgba(255,255,255,0.7);
	color:black;
	padding:10px;
	vertical-align: middle;
	font-weight:bold;
	-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.25);
	box-shadow: 0 0 10px 5px rgba(0,0,0,0.25);
}
.img-link-area{
	color:white;
	width:100%;
	height:100%;
	position:relative;
	margin:0;
	display:block;
}
.img-tag{
	display:block;
	position:absolute;
	background:#DDD;
	font-size:7pt;
	color:#888;
	padding:2px;
}
.img-top-left{
	top:0;
	left:0;
}
.img-top-right{
	top:0;
	right:0;
}
.img-bottom-left{
	bottom:0;
	left:0;
}
.img-bottom-right{
	bottom:0;
	right:0;
}