

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

.bottom {
	bottom: 0;
}

.right {
}

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

.top {
	top: 0;
}

.content {
	z-index:100;
	overflow: hidden;
	text-align: left;
	width: 100%;
	color: #fff;
	background-image: url(../media/img/rightcontent_bg.png);
}

.slide-button {
	position: relative;
	width: 100%;
	z-index: 100;
	cursor: pointer;
	height: 25px;
	padding-top: 5px;
	clear:left;
	background-color:#C06;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFF;
}

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