@charset "utf-8";
/* CSS Document */
#PanelWrap{
position:absolute;
width:100%;
left:0;
top:0;
z-index:999;
}
#panelSlide {
	background: #eee;
	height: 490px;
	width:1024px;
	margin:0 auto;
	border-bottom: solid 4px #422410;
	text-align:center;
	display: none;
}
.slide {
	margin: 0 auto;
	padding: 0;
	background: url(../images/btn-slide.gif) no-repeat center top;
	width:156px;
	height:40px;
}
.btn-slide {
	text-align: center;
	width: 144px;
	height: 31px;
	padding: 4px 10px 0 4px;
	margin: 0 auto;
	display: block;
	font:12px Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}
.ColorRight{color:#666666}
.active {
	background:none;
}
#DemoTour{
width:956px;
height:450px;
margin:0 auto;
text-align:center;
}