a:focus {
	outline: none;
}
#panel {
	background: #FFFCF7;
	height: 145px;
	display: none;
}
.slide {
	margin: 0;
	padding: 0;
	background-image: url(../images/tab.png);
	background-repeat: no-repeat;
	background-position: center center;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #fff;
}
.btn-slide {
	background: url(../images/white-arrow.gif) no-repeat 125px -55px;
	text-align: center;
	width: 144px;
	height: 30px;
	padding: 7px 10px 0 0;
	margin: 0 auto;
	display: block;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}

.slide a.btn-slide:link, .slide a.btn-slide:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding-top: 2px;
	font-size: 13px;
	text-align:center;
}



.active {
	background-position: 125px 7px;
}