body {
	margin: 0;
	padding: 75px 0 0;
}

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

.bottom {
	bottom: 0;
}

.right {
}

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

.top {
	top: 0;
}

.content {

	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	overflow: hidden;
	text-align: left;
	background-color: #464646;
	
	height: 0;
	width: 100%;
	color: #fff;
}

.slide-button {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 110px;
	z-index: 20;
	cursor: pointer;
	height: 20px;
	padding-top: 9px;
	text-align: center;
	background-color: #464646;
	margin-top:7px;
	background:url(http://mynewlife.org/images/interface//quickNav.png) no-repeat;
	color: #fff;
	font-size:15px;
}

.slide-button:hover {
	color: #9f9d8e;
	margin-top:12px;
}