.pin-wrapper {
	position:relative;
	z-index:300;
	display:inline-block;
	max-width: 100%;
}

span.pin-bundle-wrapper {
	display:block;
	position:absolute;
}

span.pin-button-container {
	display:block;
}

span.pin-button-container-vertical {
	margin-top:10px;
}

span.pin-bundle-wrapper img, span.pin-bundle-wrapper iframe, span.pin-bundle-wrapper a  {
	border:0px!important;
	padding:0px!important;
	margin:0px!important;
}

span.pin-bundle-wrapper a:hover {
	background:none;
	border:none;
	color:none;
}

.pin-wrapper img {
	/*max-width:none;*/
}

.pin-wrapper-bottom-right span.pin-bundle-wrapper {
	bottom:5px;
	right:5px;
	z-index:999;
	background:transparent;
}

.pin-wrapper-bottom-left span.pin-bundle-wrapper {
	bottom:5px;
	left:5px;
	z-index:999;
	background:transparent;
}

.pin-wrapper-top-right span.pin-bundle-wrapper {
	top:5px;
	right:5px;
	z-index:999;
	background:transparent;
}

.pin-wrapper-top-right span.pin-bundle-wrapper iframe, .pin-wrapper-top-right span.pin-bundle-wrapper span.pin-button-container, .pin-wrapper-bottom-right span.pin-bundle-wrapper iframe, .pin-wrapper-bottom-right span.pin-bundle-wrapper span.pin-button-container {
	float:right;
	text-align:right;
}

.pin-wrapper-top-left span.pin-bundle-wrapper iframe, .pin-wrapper-top-left span.pin-bundle-wrapper span.pin-button-container, .pin-wrapper-bottom-left span.pin-bundle-wrapper iframe, .pin-wrapper-bottom-left span.pin-bundle-wrapper span.pin-button-container {
	float:left;
	text-align:left;
}

.pin-wrapper-top-left span.pin-bundle-wrapper {
	top:5px;
	left:5px;
	z-index:999;
	background:transparent;
}

.pin-bundle-wrapper span.pin-follow-button {
	display:inline-block;
	padding-top:5px;
	clear:both;
}

.pin-wrapper-top-left span.pin-bundle-wrapper span.pin-follow-button, .pin-wrapper-bottom-left span.pin-bundle-wrapper span.pin-follow-button {
	text-align:left;
	float:left;
}

.pin-wrapper-top-right span.pin-bundle-wrapper span.pin-follow-button, .pin-wrapper-bottom-right span.pin-bundle-wrapper span.pin-follow-button {
	text-align:right;
	float:right
}

.pin-clear {
	clear:both;
	height:0px;
	font-size:0px;
	content:' ';
	display:block;
	visibility:hidden;
}

.pin-holder {
	padding:0px!important;
	margin:0px!important
}

.pin-holder.aligncenter {
	text-align:center;
	margin: 0px auto !important;
	display: block;
}

.pin-mouseover {
	position:absolute;
	width:100%;
	height:100%;
	background: transparent url(../img/pba_overlay.png);
	z-index:400;
	top:0px;
	left:0px;
	display:none;
	cursor:pointer;
	max-width:100% !important;
	max-height:100% !important;
}