

.slide-panel {
	z-index: 25;
	width: 5px;
	position: absolute;
}

.bottom {
	bottom: 0;
}

.sbright {
}

.sbleft {
	position: absolute;
	left: 0;
}

.top {
	top: 0;
}

.content {
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	overflow: hidden;
	text-align: left;
	background-color: #4168a8;
	height: 0;
	width: 100%;
	color: #fff;
}

.slide-button {
	margin-left: auto;
	margin-right: auto;
	position:absolute;
	font-size:18px;
	left:70%;
	width: 150px;
	padding:5px;
	z-index: 20;
	cursor: pointer;
	height: 25px;
	text-align: center;
	background:#4168a8;
	color:#fff;
	-webkit-border-bottom-right-radius:10px; /* all corners */
	-moz-border-radius-bottomright: 10px;       /* for Firefox */
	-webkit-border-bottom-left-radius:10px; /* all corners */
	-moz-border-radius-bottomleft: 10px;       /* for Firefox */
}

.slide-button:hover {
	color: #9f9d8e;
}