#isly-pinterest-pin {
	display: none;
	height: 40px;
	width: 40px;
	color: white;
	background: transparent;
	position: absolute;
	background-image: url("../images/isly_pinterest.png");
	background-repeat: no-repeat;
	background-position: 5px 5px;
	border-radius: 4px;
}
#isly-pinterest-pin:hover {
	background-color: rgba(255, 255, 255, .7);
}