/* make box-shadow visible in layouts with overflow: hidden in articlearea */
.articlearea.zpwLinkbox{
	overflow: visible !important;
}

.zpLinkBox {
	display: block;
	position: relative;
	color: inherit;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	transition: all 200ms;
}

.zpLinkBox:hover {
	cursor: pointer;
}

.zpLinkBox > a:first-of-type {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	text-decoration: none;
	color: inherit;
	border: 0 !important;
	text-indent: -99999px;
}

.zpLinkBox a {
	position: relative;
	z-index: 2;
}

.zpLinkBoxImg img {
    display: block;
	max-width: 100%;
	height: auto;
}
