<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Tiny Scrollbar */
#scrollbar1 {
	width: 979px;
}
#scrollbar1 .viewport {
	width: 950px;
    height: 600px;
    overflow: hidden;
    position: relative;
    }
#scrollbar1 .overview {
	list-style: none;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
    }
#scrollbar1 .scrollbar{
	position: relative;
    background-position: 0 0;
    float: right;
    width: 15px;
    border-left:1px solid #666;
    border-right:1px solid #666;
 	}
#scrollbar1 .track {
	height: 100%;
    width:13px;
    position: relative;
    padding: 0 1px;
    }
#scrollbar1 .thumb {
	background: transparent url(img/bg-scrollbar-thumb-y.png) repeat-y 50% 100%;
    height: 20px;
    width: 25px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: -5px;
    }
#scrollbar1 .thumb .end {
	background: transparent url(img/bg-scrollbar-thumb-y.png) repeat-y 50% 0;
    overflow: hidden;
    height: 5px;
    width: 25px;
    }
#scrollbar1 .disable {
	display: none;
    }
	
	
#scrollbar2 {
	width: 100%;
}
#scrollbar2 .viewport {
	width: 95%;
    height: 466px;
    overflow: hidden;
    position: relative;
    }
#scrollbar2 .overview {
	list-style: none;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
    }
#scrollbar2 .scrollbar{
	position: relative;
    background-position: 0 0;
    float: right;
    width: 15px;
    border-left:1px solid #666;
    border-right:1px solid #666;
 	}
#scrollbar2 .track {
	height: 100%;
    width:13px;
    position: relative;
    padding: 0 1px;
    }
#scrollbar2 .thumb {
	background: transparent url(img/bg-scrollbar-thumb-y.png) repeat-y 50% 100%;
    height: 20px;
    width: 25px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: -5px;
    }
#scrollbar2 .thumb .end {
	background: transparent url(img/bg-scrollbar-thumb-y.png) repeat-y 50% 0;
    overflow: hidden;
    height: 5px;
    width: 25px;
    }
#scrollbar2 .disable {
	display: none;
}


	
#scrollbar3 {
	width: 980px;
}
#scrollbar3 .viewport {
	width: 950px !important;
    height: 466px;
    overflow: hidden;
    position: relative;
    }
#scrollbar3 .overview {
	width:940px;
	list-style: none;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
    }
#scrollbar3 .scrollbar{
	position: relative;
    background-position: 0 0;
    float: right;
    width: 15px;
    border-left:1px solid #666;
    border-right:1px solid #666;
 	}
#scrollbar3 .track {
	height: 100%;
    width:13px;
    position: relative;
    padding: 0 1px;
    }
#scrollbar3 .thumb {
	background: transparent url(img/bg-scrollbar-thumb-y.png) repeat-y 50% 100%;
    height: 20px;
    width: 25px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: -5px;
    }
#scrollbar3 .thumb .end {
	background: transparent url(img/bg-scrollbar-thumb-y.png) repeat-y 50% 0;
    overflow: hidden;
    height: 5px;
    width: 25px;
    }
#scrollbar3 .disable {
	display: none;
}</pre></body></html>