

.gallery2 {
float: left
}
.gallery2 div {
margin: 5px 15px 2px 0;
	padding: 0;
	float: left;
	position: relative;
	width: 85px;
	height: 80px;
	_height: 66px;
}
 

.gallery2 img {
	margin: 0px 0 0 0px;
	width:85px;
	height: 62px
}
.gallery2 em {
	width: 106px;
	background: url(/images/frame.png) no-repeat;
	-background:  none;
	display: block;
	position: absolute;
	top: -8px;
	left: -5px;
	text-align: center;
	padding-top: 86px;
}

