gallery {
	margin: 0px;
	padding: 0px 0 0 0;
}

.slide-panel {
    margin-top:55px;
	position: absolute;
}

.bottom {
	bottom: 0;
}

.right {
}

.left {
	position: absolute;
	left: 0;
}

.top {
	top: 0;
}

.content {
	z-index: 10;
	overflow: hidden;
	text-align: left;
	background-color: #6e4e4a;
	height: 0;
	width: 100%;
	color: #fff;
}

.slide-button {
	position: relative;
	cursor: pointer;
}

.slide-button:hover {
	color: #9f9d8e;
}

