a:focus {
	outline: none;
}
#panel {
	background: #D5B079;
	height: 100px;
	display: none;
}
.slide {
	margin: 0;
	padding: 0;
	border-top: solid 4px #422410;
	background: url(../images/btn-slide.png) no-repeat center top;
}
.btn-slide {
	background: url(../images/white-arrow1.gif) no-repeat +71px -15px;
	text-align: center;
	width: 144px;
	height: 61px;
	padding: 10px 10px 0 0;
	margin: 0 auto;
	display: block;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}
.active {
	background-position: +71px 40px;
}
