#wall{
	position:relative;
}
a.item{
	border:1px solid white;
	position:absolute;
	text-decoration:none;
	display:block;
	background:url(/no-image.jpg);

}
a.item:hover{
	border:2px solid #44A4D6;
	z-index:1;
}

a.h1{
	height:40px;
}
a.h1:hover{
	height:38px;
}
a.h2{
	height:80px;
}
a.h2:hover{
	height:78px;
}
a.h3{
	height:120px;
}
a.h3:hover{
	height:118px;
}
a.h4{
	height:160px;
}
a.h4:hover{
	height:158px;
}
a.h5{
	height:200px;
}
a.h5:hover{
	height:198px;
}
a.h6{
	height:240px;
}
a.h6:hover{
	height:238px;
}

a.w1{
	width:40px;
}
a.w1:hover{
	width:38px;
}
a.w2{
	width:80px;
}
a.w2:hover{
	width:78px;
}
a.w3{
	width:120px;
}
a.w3:hover{
	width:118px;
}
a.w4{
	width:160px;
}
a.w4:hover{
	width:158px;
}
a.w5{
	width:200px;
}
a.w5:hover{
	width:198px;
}
a.w6{
	width:240px;
}
a.w6:hover{
	width:238px;
}
