#panelwrap {width: 960px; position: absolute; margin: 0 auto 0; margin-left: 10px; z-index: 0; background: transparent;}

#panel {
	background: #F3F3F3;
	
	height: 50px;
	display: none;
	z-index:25;
	position: relative;
	width: 960px;
	margin: 0 auto 0;
}
.slide {
	margin: 0px 0 0 818px;
	padding: 0px 0 0 0px;
	border: 1px solid #F9F9F9;
	border-width: 0 1px 1px 1px;
	background: transparent url(images/btn-slide.png) no-repeat center top;
	width: 130px;
	text-align: left;
	z-index: 10;
	position: relative;
	
	
	
}

.slide2 {
	margin: 0px 0 0 0px;
	padding: 0px 0 0 0;
	border: 1px solid #F9F9F9;
	border-width: 0 1px 1px 1px;
	background: url(images/btn-slide2.png) no-repeat center top;
	width: 150px !important;
	text-align: left;
	z-index: 0;
	position: absolute;
	right: -8px;
	bottom: -48px;
	
	
}
.btn-slide {
	background: url(images/arrow.png) no-repeat 123px -42px;
	text-align: center;
	width: 130px;
	height: 31px;
	font-size: 12px !important;
	font-weight: normal !important;
	padding: 0px 0px 0 0;
	margin: 0 auto;
	display: block;
	color: #fff !important;
	text-decoration: none;
	z-index: 10;
	
	
	
	
}


.active {
	background: url(images/btn-slide2.png) no-repeat 0px 0;
	width: 130px;
	height: 31px;
}
