#gallery {
	position: relative;
	height: 100%;
	margin: 2ex 0;
}
#gallery .item {
	width: 70px;
	height: 70px;
	position: relative;
	float: left;
	background: yellow;
	cursor: pointer;
}
#gallery .item.loading {
	background: none;
}
#gallery .showcase {
	position: absolute;
	width: 234px;
	background: #fffbbe;
	z-index: 2;
}
#gallery .showcase .name {
	color: #b45900;
	font-size: 90%;
	margin: 10px 10px 0 10px; 
}
#gallery .showcase .post {
	color: #3b8237;
	font-size: 70%;
	font-style: italic;
	margin: 10px 10px 10px 14px;
}
#gallery .showcase ins.i {
	width: 16px;
	height: 16px;
	left: auto;
	right: -7px;
	top: -9px;
	cursor: pointer;
}
#gallery .showcase ins.i i {
	left: -223px;
}
#gallery .showcase .d { background-image: url(mini-menu-shadow.png); }


#content { z-index:1; }
#bottom-menu { z-index:0; }
