/* Tiny Scrollbar */
.sct { width: 905px; margin-bottom: 15px;}
.sct .viewport { width: 905px; height: 485px; overflow: hidden; position: relative; }
.sct .overview {
	list-style: none;
	position: absolute;
	left: 0;
	top: -1px;
	padding: 0;
	margin: 0;
}
.sct .scrollbar{ position: relative; background-position: 0 0; float: right; width: 15px; margin-right: -24px;}
.sct .track { background: #e99dc1; height: 100%; width:2px; position: relative; padding: 0; }
.sct .thumb { background: #ff4d8e; width: 10px;border: 0px solid #000;cursor: pointer; overflow: hidden; position: absolute; top: 0; left: -4px; }

.sct .disable { display: none; }
.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }
