﻿/* Tiny Scrollbar */
@media( min-width:768px){
	#scrollbar1 {  clear: both; margin: 20px 0 20px; }
	#scrollbar1 .viewport { 
		width: 96%; 
		height: 1030px;
		overflow: hidden; position: relative; 
	}
	#scrollbar1 .overview { 
		list-style: none; position: absolute; left: 0; top: 0; 
	}
	#scrollbar1 .scrollbar,
	#scrollbar1 .thumb .end,
	#scrollbar1 .thumb { 
		background: #527ec6;
		border-radius: 8px;
	}

	#scrollbar1 .scrollbar { 
		position: relative; background-position: 0 0; 
		float: right; width: 10px; 
		border-radius: 8px;
	}
	#scrollbar1 .track	{ 
		background: #f2f2f2;
		height: 100%; 
		width:10px; 
		border-radius: 8px;
		position: relative; padding: 0; 
	}
	#scrollbar1 .thumb { 
		background-position: 100% 100%; 
		height: 20px; width: 10px; cursor: pointer; 
		border-radius: 8px;
		overflow: hidden; position: absolute; top: 0; 
	}
	#scrollbar1 .thumb .end { 
		background-position: 100% 0; height: 5px; width: 10px; 
		border-radius: 8px;
	}
	#scrollbar1 .disable { display: none; }
}
