.slide-panel {
	z-index: 25;
	width: 5px;
	position: fixed;
}

.bottom {
	bottom: 0;
}

.right {
}

.left {
	position: absolute;
	left: 0;
}

.top {
	top: 0;
}

.content2 {margin-left: auto;margin-right: auto;z-index: 10;overflow: hidden;text-align: left; height: 0; width: 1000px; color: #fff; background:#252525 url(images/bg-body.png) repeat scroll 0 0;}

.slide-button {margin-left: auto;margin-right: auto;position: relative;width: 150px;z-index: 20;cursor: pointer;height: 25px;padding-top: 10px;text-align: center;background:#000;color: #e56f03; font-size: 1.5em; font-weight: bold; -moz-border-radius-topleft:10px; -moz-border-radius-topright:10px; -webkit-border-top-right-radius:10px; -webkit-border-top-left-radius:10px;}

.slide-button:hover {
	color: #9f9d8e;
}

