﻿.scrollingOverflow
{
	overflow: hidden;
	-webkit-user-select: none;
}

	.scrollingOverflow .item
	{
		cursor: pointer;
	}