#qgCmsEnable {
	position:fixed;
	right:-60px; 
	top:-60px; 
	display:block;
	z-index:2;

	box-sizing:border-box;
	width:90px;
	height:90px;
	padding:5px;

	background-color:#acf;
	background-image:url(pix/settings.png), linear-gradient(139deg,#acf,#acf,#0099C8);

	background-position:50% 74px, 0 0;
	background-size:12px 12px, 100%;
	background-repeat:no-repeat;

	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);

	transition:all .1s ease-in;
}
#qgCmsEnable:hover {
	opacity:1;
	right:-45px; 
	top:-45px; 
	background-position:50% 65px, 0 0;
	background-size:16px 16px, 100%;
}