.gallery_item{
	overflow:hidden;
	_height:1%;
	_width:100%;
}

.gallery_item a{
	display:block;
	width:118px;
	height:118px;
	background: #fff;
	margin-right:10px;
	margin-bottom:10px;
	float:left;
	text-align:center;
} 

.gallery_item img{
	margin:8px;
	width:100px;
	height:100px;
}