body {
	margin: 0;
	padding: 0px 0 0;
}

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

.bottom {
	bottom: 0;
}

.right {
}

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

.top {
	top: 0;
}

.content {
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	overflow: hidden;
	text-align: left;
	background-color: #ffffff;
	height: 0;
	width: 100%;
	color: #000000;
}

.slide-button {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 150px;
	z-index: 20;
	cursor: pointer;
	height: 32px;
	padding-top: 8px;
	text-align: center;
	background-image: url(../images/translate.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
}

.slide-button:hover {
	color: #d0e7fd;
	text-decoration: underline;
	background-image: url(../images/translate_ro.png);
	background-repeat: no-repeat;
}