@charset "utf-8";

<!-- ||||||||||||||||||||||||||||||||| SCROLLER ||||||||||||||||||||||||||||||||| -->

	html,body{width:100%;height:100%; overflow:hidden;}
	body{
	scrollbar-base-color: #333;
	scrollbar-arrow-color: #333;
	scrollbar-track-color: #333;
		
	scrollbar-base-border: 0px;
	scrollbar-arrow-border: 0px;
	scrollbar-track-border: 0px;}
	
	.button-small, .button-medium, .button-large{outline: none;overflow: visible;cursor: pointer;}
	.button-small:hover, .button-medium:hover, .button-large:hover{text-decoration:none;}
		::-webkit-scrollbar {
		width: 5px;
		height: 8px;
		}
		::-webkit-scrollbar-button:start:decrement,
		::-webkit-scrollbar-button:end:increment {
		height: 0px;
		display: block;		
		background-color: transparent;
		}
		::-webkit-scrollbar-track-piece {
		background-color: #ddd;
		}
		::-webkit-scrollbar-thumb:vertical,
		::-webkit-scrollbar-thumb:horizontal{
		/*background-color: #00CCFF;*/
		background-color: #333;
		/*background-color: #9A4449;*/
		border: 0px solid;
		-webkit-border-radius: 0px;
		}