/* @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 {
	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: center;
	background-color: #333;
	height: 0;
	width: 100%;
	color: #CCC;
	background-image:url(sbg.gif);
	background-repeat:repeat
}

.slide-button {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 250px;
	z-index: 20;
	cursor: pointer;
	height: 27px;
	padding-bottom:7px;
	text-align: center;
	background-image:url(topbutbg.png); background-position:top center; background-repeat:no-repeat
}

.slide-button:hover {
	color: #F0C;
}
