a:focus {
	outline: none;
}
#panel {
	background: #FFFFFF;
	width: auto;
	height: auto;
	display: none;
	opacity: .8;
	margin: -11px;
}
.slide {
	margin: 0;
	padding: 0;
	border-top: none;
	background: url(../Icons/Flags.gif) no-repeat center top;
}
.btn-slide {
	text-align: center;
	width: 100px;
	height: 40px; /* Control how much of button shows */
	padding: 0px 10px 0 0;
	margin: 10px auto;
	display: block;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
.active {
	background-position: right 12px;
}