@charset "utf-8";
/* CSS Document */
#panel {
	height: 120px;
	display: none;
	width: 945px;
	margin-right: auto;
	margin-left: auto;
/*	padding: 10px; */
/*	background-color: #FFF; */
/*	background-image: url(../images/slide_panel.png); */
	background-repeat: no-repeat;
}
.slide {
	padding: 0;
	border-top: solid 2px #FFF; 
	width: 945px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.btn-slide {
	min-width:50px;
	min-height:20px;
	text-align: center;
	width: 50px;
	height: 15px;
	margin: 0 auto; 
	display: block;
	color: #666;
	text-decoration: none;
	background-image: url(../images/button_slide_panel.png);
	background-repeat: no-repeat;
}
a.btn-slide {
	text-decoration:none;
	color: #999;
}
.btn-slide:active {
	min-width:50px;
	min-height:20px;
	text-align: center;
	width: 50px;
	height: 15px;
	margin: 0 auto;
	display: block;
	color: #666;
	text-decoration: none;
	background-image: url(../images/button_active_slide_panel.png);
	background-repeat: no-repeat;
}
