a:focus {
	outline: none;
}
#panel {
	background: #616161;
	display: none;
}
.slide {
	margin: 0;
	padding: 0;
}
.btn-slide {
    text-align: center;
    width: 90px;
    height: 15px;
    padding: 0px 5px 0px 8px;
    display: block;
    color: black;
    text-decoration: none;
}
.active {
	background-position: right 12px;
}


