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

body {
	width:900;
}

a:focus {
	outline: none;
}
#panel {
	background: #CCC;
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000;
	height: 200px;
	width:900px;
	text-align: right;
}
.slide {
	margin: 0;
	padding: 0;
	border-top: solid 4px #FFF;
	background: url(../images/headbottom.png) no-repeat center top;
}
.btn-slide {
	background: url(../images/arrows.png) no-repeat center -50px;
	text-align: center;
	width: 50px;
	height: 50px;
	padding: top:0px;
	margin: 0 auto;
	display: block;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
}
.active {
	background-position: center 12px;
}