@charset "utf-8";
/* CSS Document */
#panelCamp,#panelCamp3 {
	height: 280px;
	display: none;
	width: 760px;
	overflow: hidden;
}
#panelCamp2 {
	height: 240px;
	display: none;
	width: 760px;
	overflow: hidden;
}
.slideCamp {
	margin: 0;
	padding: 0;
	width: 760px;
}
.btn-slideCamp {
	text-align: center;
	width: 144px;
	height: 14px;
	display: block;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	background-color: #C2D3FC;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 800px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 0;
	background-image: url(white-arrow2.gif);
	background-repeat: no-repeat;
	background-position: right -56px;
}
.activeCamp {
	background-position: right 3px;
}

