

.my_scroll {
	position: relative;
}

.my_scroll > .my_scroll_content {
	overflow: hidden;
}

/*
.my_scroll .scrollbar > div {
	position: absolute;
	width: 4px;
	background-color: #000;
	min-height: 30px;
	top: 4px;
	right: 4px;
	-moz-user-select: none;
	border-radius: 1px;
	cursor: default;
	opacity: 0.4;
	transition: opacity 0.2s ease 0s;
	z-index: 1;
}

.my_scroll .scrollbar > div:hover {
	width: 8px;
	right: 2px;
}
*/
