@charset "utf-8";
/* CSS Document */

a:focus {
	outline: none;
}
#panel {
	background: url(../graphics/completePieceMind/completeBg.gif) center top;
	height: auto;
	display: none;
	width: 661px;
	background-color:#FFFFFF;
}
.slide {
	margin: 0;
	padding: 0;
	background: url(../graphics/completePieceMind/btn-slide.gif) no-repeat center top;
	width: 661px;
}
.btn-slide {
	background: url(../graphics/completePieceMind/white-arrow.gif) no-repeat right -40px;
	text-align: center;
	width: 144px;
	height: 45px;
	padding: 20px 10px 0 0;
	margin: 0 auto;
	display: block;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}
.active {
	background-position: right 12px;
}
