
.slide-panel {
	z-index: 25;


}
.content {
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	overflow: hidden;
	text-align: left;
	background-color: #000;
    border-bottom:1px solid #d6d6d6;
	
	height: 0px;
	width: 100%;
	color: #fff;
}

.slide-button {
	
	float:right;
	border:1px solid #d6d6d6;
	border-top:0;
	line-height:20px;
	width:80px;
	text-indent:-9999px;
	background:#000 url(/images/closer1.png) 6px 5px no-repeat;
	margin-left: auto;
	margin-right: auto;
	position: relative;

	z-index: 30;
	cursor: pointer;
	text-align: center;

}
#close-button{
	background:url(/images/closer.png) 6px 5px no-repeat;	
}

