#sidepanel-trigger {
	position: absolute;
	position: fixed;
	z-index: 5000;
	top: 10px;
	right: 0;
	overflow: hidden;
	background: #fff;
	width: 24px;
	height: 32px;
	height: 48px;
	text-align: center;
	cursor: pointer;
	border: 1px solid #bbb;
	border-right: 0;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

#sidepanel-trigger.zzntlg-trigger-left {
	left: 0;
	right: auto;

	border-left: 0;

	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;

	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
	
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;

	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;

}

#sidepanel-trigger.zzntlg-trigger-right {
	left: auto;
	right: 0;

	border-right: 0;

	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;

	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;

	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	border-top-right-radius: 0;

	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;
}

#sidepanel-trigger .trigger-button {
	width: 100%;
	height: 26px;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background: none;
	background-image: none;
	border: 1px solid transparent;
	overflow: hidden;
}

#sidepanel-trigger .trigger-button span {
	background: url(img/trigger-harrow.png) no-repeat 0 0;
	background-repeat: no-repeat;
	display: block;
	width: 10px;
	height: 18px;
	position: absolute;
	left: 8px;
	top: 8px;
	overflow: hidden;
	text-indent: -100px;
}

#sidepanel-trigger.zzntlg-trigger-left .trigger-button span {
	background-position: right 0;
}


#sidepanel-trigger > a {
	font-size: 12px;
	line-height: 16px;
	margin: 0;
	padding: 0 5px;
}