.acgPanel
{
	overflow:visible;
	box-shadow: 3px 0px 5px 0px rgba(0,0,0,0.2);
	z-index:3;
	transition:width 0.5s;
}

.acgPanelCloseTab
{
	position:absolute;
	font-size:initial;	/* compensate for innerArea being set to "0" */
	top:0;
	color:rgb(120,120,120);
	background-color:rgb(255,255,255);
	jz-index:9999998;
	z-index:1;
	width:22px;
	height:50px;
	text-align:center;
	padding-top:1em;
	box-sizing:border-box;
	box-shadow: 3px 3px 5px 3px rgba(0,0,0,0.1);
	transition:left 0.5s;
}