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

.bottom {
	bottom: 0;
	position: fixed;
}

.right {
}

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

.top {
	top: 0;
}

.content {
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	overflow: hidden;
	text-align: left;
	height: 0px;
	width: 100%;
	color: #fff;
	background-color: #000000;
}
.close-button {
	cursor: pointer;
}

.slide-button {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 100%;
	z-index: 20;
	cursor: pointer;
	height: 73px;
	text-align: center;
	background-image: url(../images/bg-dock-hitzone.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}

.slide-button:hover {
	cursor:pointer;
}
.slide-button-img {
	height: 73px;
	position: relative;
	width: 920px;
	margin: 0 auto;
	background-image: url(../images/boutondock-close.png);
	cursor: pointer;
	background-repeat: no-repeat;
}
.slide-button-img:hover {
	height: 73px;
	position: relative;
	width: 920px;
	margin: 0 auto;
	background-image: url(../images/boutondock-over.png);
	cursor: pointer;
	background-repeat: no-repeat;
}
.slide-button-img img   {
	position: relative;
	display: block;
	top: 0px;
}
