table.albumList {
}
table.albumList tr td {
	width: 152px;
	height: 112px;
	text-align: center;
}
table.albumList tr td a {
	display: block;
	position: relative;
}
table.albumList tr td a img {
	max-width: 200px;
	padding-right: 20px;
}
table.albumList td a div {
	background-image: url("../img/zoomin.png");
	position: absolute;
	bottom: 5px;
	right: 20px;
	width: 48px;
	height: 48px;
	z-index: 1;
	display: none;
	opacity: 0.8;
}
table.albumList tr td:hover a div {
	display: block;
}
