.slide-panel {
	z-index: 25;
	width: 5px;
	position: absolute;
}

.bottom {
	bottom: 0;
}

.right {
}

.left {
	position: absolute;
	left: 0;
}

.top {
	top: 0;
}

.content {
	margin-left: auto;
	margin-right: auto;
	padding-right: 15px;
	padding-left: 15px;
	z-index: 10;
	overflow: hidden;
	text-align: left;
	background-color: #f7f7f7;
	height: 0;
	width: 100%;
	color: #222;
	font-size: 0.9em;
}

.slide-button {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 200px;
	z-index: 20;
	cursor: pointer;
	height: 20px;
	padding: 5px;
	text-align: center;
	background-color: #fff;

}

.slide-button:hover {
	color: #333;
	background-color: #f99;
}