/* @override 
	http://samuelgarneau.com/slidebox.css
	http://samuelgarneau.com/lab/validator/slidebox.css
	http://samuelgarneau.com/lab/slidebox.css
	http://samuelgarneau.com/lab/slidebox/style/slidebox.css
*/

.slide-panel {
	background: url(../images/bg_info.png) no-repeat top center;
	z-index: 130;
	width: 5px;
	position: absolute;
	bottom:90px;
}

.bottom {
	bottom: 0;
}

.right {
}

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

.top {
	top: 0;
}

.content {
	margin-left: auto;
	margin-right: auto;
	padding-top: 70px;
	z-index: 30;
	overflow: hidden;
	text-align: left;
	height:65px;
	width: 380px;
	color: #333;
}

.slide-button {
	margin-left:410px;
	position: relative;
	width: 150px;
	z-index: 40;
	cursor: pointer;
	height: 30px;
	padding-top:10px;
	text-align: center;
}

.slide-button:hover {
	color: #9f9d8e;
}


