body {
	margin: 0;
	padding: 0;
}

.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;
	z-index: 10;
	overflow: hidden;
	text-align: left;
	background-color: #535353;
	height: 0;
	width: 940px;
	color: #fff;
}

.slide-button {
	left: 60%;
    margin-left: -20px;
	position: absolute;
	width: 270px;
	z-index: 20;
	cursor: pointer;
	height: 30px;
	padding-top: 10px;
	text-align: center;
}

.slide-button:hover {
	color: #f7941e;
}