.gallery {
	width: 298px;
	padding: 20px;
	float: left;
	overflow: hidden;
}
.gallery ul {
	margin:0;
	padding:0;
	list-style:none;
	display: block;
	height: 225px;
}
.gallery ul li a {
	margin:8px;
	padding:2px;
	position: relative;
	border: 1px solid #3B3B3B;
	float:left;
	display:block;
	width:75px;
	height:50px;
	background-color:#3B3B3B;
}
.gallery ul li a:hover {
	background-image:none;
	width:75px;
	height:50px;
	z-index:2;
}
.gallery ul li a img {
	position:absolute;
	top:2px;
	width:75px;
	height:50px;
	border:0;
	margin:0;
	padding:0;
}
.gallery ul li a:hover img, .gallery ul li a:active img, .gallery ul li a:focus img {
	width:100px;
	height:75px;
	left:-11px;
	top:-10px;
	z-index:1;
	border:1px solid #000;
}
