.rotation { 
	border: 0px solid #000; 
	/* cursor: pointer; */ 
	overflow: hidden; 
	margin: 0; 
	position: relative; 
	height: 140px; 
	text-align: center;
}
.rotation img { 
	border: 0;
	width: 140px;
	height: 140px;
	/* cursor: pointer; */
}
.rotation div {
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
}
.rotation a {
	display: block;
	text-align: center;
}
