.store-module{
	position: relative;
}

.store-module > .store{
	float: left;
	margin: 0 7px 7px 0;
	position: relative;
	width: 128px;
	height: 128px;
}

.store-module > .store{
/* 	\width: 128px;
	w\idth: 127px */
}
.store-module > .store:nth-child(6n+6){
	margin-right: 0;
}
.store-module > .store > span{
	position: absolute;
	top: 0;
	left: 0;
	width: 128px;
	height: 128px;
}

.store-module > .store > span > a > img{
	width: 128px;
	height: 128px;
}