.draw-btn {
	background: #000;
}
#open-right {
	background: url("img/open.png") no-repeat scroll center center rgba(0, 0, 0, 0);
	display: block;
	height: 35px;
	width: 35px;
	/*background: url("img/open.png") no-repeat scroll center center rgba(0, 0, 0, 0);
	display: block;
	height: 27px;
	width: 27px;*/
}
.snap-content {
	background-color: #FFF;
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: auto;
	height: auto;
	z-index: 1;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		 -o-transition: all 0.3s ease;
			transition: all 0.3s ease;
}
.snap-content.open {
	left: -266px;
}
.snap-drawers {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: auto;
	height: auto;
}
.snap-drawer {
	background-color: #000;
	position: absolute;
	top: 0;
	right: auto;
	bottom: 0;
	left: auto;
	width: 256px;
	height: auto;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: width 0.3s ease;
	-moz-transition: width 0.3s ease;
	-ms-transition: width 0.3s ease;
	-o-transition: width 0.3s ease;
	transition: width 0.3s ease;
}
.snap-drawer-left {
	left: 0;
	z-index: 1;
}
.snap-drawer-right {
	right: 0;
	z-index: 1;
}
.snapjs-left .snap-drawer-right, .snapjs-right .snap-drawer-left {
	display: none;
}
.snapjs-expand-left .snap-drawer-left, .snapjs-expand-right .snap-drawer-right {
	width: 100%;
}
