
#panel {
        
		background:url(../images/template/PNG/panel_bg.png);
        height: 200px;
		width: 650px;
		display:none;
}
.slide {
	margin: 0;
	padding: 0;
	border-top: solid 4px #000;
	background: url(../images/template/png/panel.png) no-repeat center top;
	width: 650px;
}
.btn-slide {
	background: url(../images/template_boosters/white-arrow.gif) no-repeat right -45px;
	text-align: center;
	width: 144px;
	height: 31px;
	padding: 15px 0px 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;
}
