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

.bottom {
	bottom: 0;
}

.right {}

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

.top {
	top: 30px;
}

.content {
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	overflow: hidden;
	text-align: left;
	background-color: #521016;
	height: 0;
	width: 100%;
/*	color: #fff; */
}
.content_container {
	width:900px;
	height:520px;
	overflow:hidden;
	margin:0 auto;
	background:#61262C;
	}

.slide-button {
	margin:0 auto;
	padding-right:10px;
	position: relative;
	top:-25px;
	width: 900px;
	z-index: 20;
	cursor: pointer;
	height: 30px;
	text-align: right;
	color:#999;
	font-family:Verdana, Geneva, sans-serif;
	font-size:.8em;
}

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