.pinteresting {
	position:relative;
	display:inline-block;
	max-width:100%;

}

.pinteresting .pinteresting-overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:200;
	display:none;
	background:transparent url('images/semi-white.png') repeat 0 0;
	text-align:center;
}

.pinteresting .pinteresting-overlay a {
	position:relative;
	top:50%;
	left:50%;
	display:block;
	width:43px;
	height:20px;
	margin:-10px 0 0 -21px;
	background:transparent url('images/pinteresting-button.png') no-repeat 0 0;
	text-indent:-9999em;
}

.pinteresting .pinteresting-overlay a:hover {
	background-position: 0 -21px;
}

.pinteresting .pinteresting-overlay a:active {
	background-position: 0 -42px;
}
