#cboxOverlay,#cboxWrapper,#colorbox{
	position:absolute;
	top:0;
	left:0;
	z-index:9999;
	-webkit-transform:translate3d(0,0,0)
}
#cboxWrapper{
	max-width:none
}
#cboxOverlay{
	position:fixed;
	width:100%;
	height:100%
}
#cboxBottomLeft,#cboxMiddleLeft{
	clear:left
}
#cboxContent{
	position:relative
}
#cboxLoadedContent{
	overflow:auto;
	-webkit-overflow-scrolling:touch
}
#cboxTitle{
	margin:0
}
#cboxLoadingGraphic,#cboxLoadingOverlay{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%
}
#cboxClose,#cboxNext,#cboxPrevious,#cboxSlideshow{
	cursor:pointer
}
.cboxPhoto{
	float:left;
	margin:auto;
	border:0;
	display:block;
	max-width:none;
	-ms-interpolation-mode:bicubic
}
.cboxIframe{
	width:100%;
	height:100%;
	display:block;
	border:0;
	padding:0;
	margin:0
}
#cboxContent,#cboxLoadedContent,#colorbox{
	box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box
}
#cboxOverlay{
	background:#35352f;
	opacity:.8
}
#colorbox{
	outline:0
}
#cboxContent{
	margin-top:32px;
	overflow:visible;
}
.cboxIframe{
	background:#fff
}
#cboxError{
	padding:50px;
	border:1px solid #ccc
}
#cboxLoadedContent{
	padding:1px
}
#cboxLoadingGraphic{
	background:url(/assets_2017/images/colorbox/loading.gif) no-repeat center center
}
#cboxLoadingOverlay{
	background:#fff
}
#cboxTitle{
	position:absolute;
	top:-22px;
	left:0;
	color:#000
}
#cboxCurrent{
	position:absolute;
	top:-22px;
	right:205px;
	text-indent:-9999px
}
#cboxClose,#cboxNext,#cboxPrevious,#cboxSlideshow{
	border:0;
	padding:0;
	margin:0;
	overflow:visible;
	text-indent:-9999px;
	position:absolute;
}
#cboxClose {
	background: url("../../images/contest/close.png") no-repeat 0 0;
	width:44px;
	height:44px;
	top:-60px;
	right:0;
}
#cboxNext {
	background: url("../../images/contest/next.jpg") no-repeat 0 0;
	width:71px;
	height:147px;
	top: 50%;
	right: -25px;
}
#cboxPrevious {
	background: url("../../images/contest/prev.jpg") no-repeat 0 0;
	width:71px;
	height:147px;
	top: 50%;
	left: -25px;
}

.test-link {
	display: block;
    width: 300px;
    height: 300px;
    background: #ccc;
    pointer-events: none;
    position: relative;
}
.test-link .mask{
    width: 100px;
    height: 100px;
    background: #fff;
    pointer-events: auto;
    position: absolute;
    top: 5px;
    left: 5px;
}
.test-link .pointer{
    width: 100px;
    height: 100px;
    background: #fff;
    pointer-events: auto;
    position: absolute;
    bottom: 5px;
    right: 5px;
}