.view {
	width: 220px;
	height: 220px;
	overflow: hidden;
	position: relative;
	text-align: center;
	
	cursor: default;
}
.view .mask,.view .content {
	width: 220px;
	height: 220px;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}
.view img {
   display: block;
   position: relative;
}