@charset "utf-8";
/* CSS Document */
#slide_wrapper {
	width:100%; 
	margin:0; 
	/*float:right; */
	display:block;
}


#panel {
	background:#fff;
	height: 140px;
	display: none;
	padding:5px 0 5px 5px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
#panel_contents {
	/*background:#fff;*/
	padding:10px;
	height:90px;
}
#panel_contents p {
	font-size:12px;
	color:#666;
	margin:0 0 4px 0;
	padding:0;
}
#panel_contents select {
	font-size:12px;
	font-weight:400;
	letter-spacing:normal;
	color:#555;
	background:#ededed;
	border:1px solid #999;
	margin:6px 0 0 0;
	padding:4px;
}
#panel_contents input {
	margin:10px 4px 0 0;
	padding:0;
}


.slide {
	margin: 0;
	padding: 0;
	/*background: url(../images/search-bottom.png) no-repeat center top;*/
	border-radius:0 0 5px 5px;
	border:1px solid #ccc;
	border-top:none;
}
.btn-slide {
	background: url(../images/arrows.png) no-repeat right -45px;
	text-align: left;
	width: 100%;
	height: 33px;
	padding: 8px 10px 0 17px;
	margin: 0;
	display: block;
	font-size: 13px;
	line-height:13px;
	color: #666;
	text-decoration: none;
	border:none;
	outline:none;
}
.active {
	background-position: right 3px;
}
