.leftgoto {
 	left:0; 
	top: 0; 
	width: 70px; 
	height: 100%; 
	border: #000000 solid 0px;
	position: fixed;
	z-index: 999;
	transition: background 0.2s ease-in 0s;
}
.leftgoto:hover {
	background: rgba(61,180,231,.3);
	cursor: pointer;
}