.pocket{
	position:fixed;
	top:0;
	right:-180px;
	width:200px;
	/*height: 300px;*/
	border:1px solid blue;
	background-color: black;
}

.pocket:hover{
	right:0px;
}

