.albumthumb {
	width:155px;
	height:123px;
	position:relative
	}

.albumthumb a {
	display:block;
	position:absolute;
	width:120px;
	height:90px;
	margin:0;padding:0;
	overflow:hidden;
	left:17px;
	top:18px;
	z-index:3;
	line-height:90px;
	text-align:center;
	text-decoration:none;
	}
	
.albumthumb a img {
	vertical-align:middle;
	margin:0;
	font-size:10px;
	color:#BBB
	}
.albumthumb div {
	position:absolute;
	width:155px;
	height:130px;
	left:0;
	top:0;
	padding:0;
	z-index:1;
	background:url(/images/album/album-th.png) 0 0 no-repeat
	}
.albumthumb.empty_album div i  {
   background:url(/images/tree1/empty.png) 50% 47% no-repeat;
   display: block;
   width: 155px;
   height: 130px;
}
.albumthumb div i {display:none}
.albumthumb.hidden div i {display:block}
.albumthumb.hidden div i span {
	display:block;
	width:23px;
	height:12px;
	position:absolute;
	left:120px;
	top:3px;
	z-index:2;
	background-image:url(/images/album/album-th-hidden.png)
	}
* html .albumthumb div {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://images.fotki.com/album/album-th.png)
	}
* html .albumthumb.hidden div i span {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://images.fotki.com/album/album-th-hidden.png)
	}

.albumthumb.empty_album  a, .albumthumb.show_album_icon  a {background:url(/images/tree1/empty.png) 50% 50% no-repeat}
