.slide-panel {
	z-index: 25;
	
	position: absolute;


}

.bottom {
	bottom: 0;
}

.right {
	right:0
}

.left {
	position: absolute;
	left: 0;
}

.top {
	top: 0;
}

.content {
	margin:0 auto;
	position:relative;
	z-index: 2;
	overflow: hidden;
	text-align: left;
	background-image:url(images/black90.png);
	background-repeat:repeat;
	height: 0;
	width: 100%;
	color: #fff;
	margin-left:-40px
}


#testZone {
	margin: 0 auto;
	position: absolute;
}
