@charset "UTF-8";
/* CSS Document */

a:focus {
	outline: none;
}
#panel {
	background: #ffffff;
	height: 200px;
	display: none;
}
.slide {
	margin: 0;
	padding: 0;
	border-top: solid 4px #ffffff;
}
.btn-slide {
	float:right;
	text-align: center;
	width: 162px;
	display: block;
	color: #333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-image:url(images/pill.gif);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 3px;
	padding-bottom: 3px;
}
.active {
}

