.photoalbum_photo_frame{
 	background: url(/template/module/photoalbum/normal/images/photo_frame.gif) no-repeat;
	width: 120px;
	height: 120px;
 	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.photoalbum_photo_frame img{
	margin-top: expression(parseInt((this.parentNode.offsetHeight - this.offsetHeight) / 2) + 'px');
}
.photoalbum_photo_frame a img{
	margin-top: expression(parseInt((this.parentNode.parentNode.offsetHeight - this.offsetHeight) / 2) + 'px');
}

