@charset "utf-8";
/* CSS Document */

::-webkit-scrollbar {
	width: 18px;
	background: #000;
}

::-webkit-scrollbar-thumb {
	background: #00d400;
}

::-webkit-scrollbar-corner {
	background: #000;
}

::-webkit-scrollbar-button:vertical:decrement {
	background: #000;
	background-image: url(/assets/template/images/webkit-scrollbar/green/button-vertical-decrement.png);
	background-repeat: no-repeat;
	height: 30px;
	background-position: 0px 6px;
}

::-webkit-scrollbar-button:vertical:increment {
	background: #000;
	background-image: url(/assets/template/images/webkit-scrollbar/green/button-vertical-increment.png);
	background-repeat: no-repeat;
	height: 30px;
	background-position: 0px 6px;
}

::-webkit-scrollbar-button:horizontal:decrement {
	background: #000;
	background-image: url(/assets/template/images/webkit-scrollbar/green/button-horizontal-decrement.png);
	background-repeat: no-repeat;
	width: 32px;
	background-position: 10px;
}

::-webkit-scrollbar-button:horizontal:increment {
	background: #000;
	background-image: url(/assets/template/images/webkit-scrollbar/green/button-horizontal-increment.png);
	background-repeat: no-repeat;
	width: 32px;
	background-position: 10px;
}