
.slide-panel {
	z-index: 25;
	width: 5px;
	position: absolute;
}

.bottom {
	bottom: 0px;
}

.right {
}

.left {
	position: absolute;
	left: 0px;
}

.top {
	top: 0;
}

.content {
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	overflow: hidden;
	text-align: center;
	background-color: #999999;
	height: 0px;
	width: 100%;
	color: #fff;
	/*filter:alpha(opacity=75); -moz-opacity:0.75; -khtml-opacity: 0.75; opacity: 0.75;*/
}

.slide-button {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 160px;
	z-index: 20;
	cursor: pointer;
	height: 22px;
	padding-top: 10px;
	text-align: center; color:black;
	font-weight:bold;
	background: url(panel_button.gif) no-repeat center bottom;
	/*filter:alpha(opacity=75); -moz-opacity:0.75; -khtml-opacity: 0.75; opacity: 0.75;*/
}

.slide-button:hover {
	color: #FFF;
}