/* CSS Document */

#panel{
	display:none;
}
.btn-slide {
	background: url(../images/white-arrow.gif) no-repeat right -50px;
	text-align: right;
	padding: 10px 30px 0 0;
	color: #fff;
	text-decoration: none;
}
.active {
	background-position: right 12px;
}



