.scrollbar-path-vertical, .scrollbar-path-horizontal {
	position: absolute;
	background:#fff;
	z-index: 100;
}
.scrollbar-path-vertical::before, .scrollbar-path-horizontal::before {
 content:'';
 position:absolute;
 top: -10px;
 left: 0;
 right: 0;
 background: #c7c7c7;
 width: 2px;
 height: 125%;
 margin: 0 auto;
}
.scrollbar-path-horizontal {
	bottom: 5px;
	left: 0;
	width: 100%;
	height: 10px;
}
.scrollbar-path-vertical {
	right: 5px;
	top: 0;
	height: 100%;
	width: 10px;
}
.scrollbar-handle {
	position: relative;
	top: 0;
	left: 0;
	background: #c7c7c7;
}
.scrollbar-path-vertical .scrollbar-handle {
	height: 20%;
	width: 100%;
}
.scrollbar-path-horizontal .scrollbar-handle {
	width: 20%;
	height: 100%;
}
.scrollbar-path-vertical, .scrollbar-path-horizontal, .scrollbar-handle {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.scrollbar-content {
	padding: 0 20px 0 0;
	width:100%;
}
.home-btm-txtbx-scroll {
	width:100%;
	height:270px
}
.inncty-cnt-txt-scroll {
	width:100%;
	height:240px
}