/* @override http://samuelgarneau.com/slidebox.css */

.slide-button {
	margin:0px;
	padding: 0px;
	cursor: pointer;
	color: #FFF;
	width:100px;
}

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


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


.slide-panel {
	position: absolute;
	z-index: 1000;
}

.bottom {
	bottom: 0;
}

.top{
	top:0;
}

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

.slide-button-bottom{
	width:100%;
	background-color:#ff0000;
	height:10px;
	text-align:center;
	bottom:0px;
}

.slide-button {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 150px;
	z-index: 20;
	cursor: pointer;
	height: 20px;
	text-align: center;
	background:url(../images/sitemap.gif);
	bottom:0px;
}

.slide-button:hover {
	color:#000;
}