.album{
	list-style-type: none;
	margin: 1em 0 0;
	padding: 0;
	position: relative;
}
.album li{
	cursor: pointer;
	display: inline-block;
	height: 100px;
	margin: .5em .25em;
	overflow: hidden;
	width: 132px;
}
.album li>div:first-child, .pop-up>div:first-child{
	text-align: center;
}
.album img{
	background: white url('/images/loading.gif') center center no-repeat;
	box-shadow: 0 3px 5px #888888;
	vertical-align: top;
	width: 132px;
}
.album .description{
	display: none;
	font-size: .65em;
}
.album .description h3{
	font-size: 1em;
	line-height: 1.2em;
}
.description p:nth-child(2){
	line-height: 1.2em;
}

.album .pop-up{
	display: none;
	background: white;
	box-shadow: 0 0 10px #888888;
	padding: 5px 10px;
}
.album .pop-up img{
	box-shadow: none;
}
.album .pop-up .description{
	display: inline-block;
	width: 132px;
}
.album .pop-up.show{
	display: block;
}