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


/* ———————— custom scrollbar style ————————— */
#scrollbar1 { width: 685px; margin: 0px; padding:0px 10px 10px 0px}
#scrollbar1 .viewport { width: 665px; height: 370px; overflow: hidden; position: relative; }
#scrollbar1 .overview {
	list-style: none;
	position: absolute;
	left: 5px;
	top: -85px;
	padding: 0;
	margin: 0;
	font-size:13px;
}
#scrollbar1 .overview p {padding:0px 5px; margin:8px 0;line-height:129%;}
#scrollbar1 .scrollbar{ background:none; position: relative;  float: right; width: 0px; border-left: 1px solid #666666 ;margin:0px 0px 0px 0px;}
#scrollbar1 .track { background:none; height: 100%; width:13px; position: relative; padding: 0 1px; }
#scrollbar1 .thumb {background: transparent url(../images/dragger.jpg) no-repeat 50% 0%; height: 13px; width: 5px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: -3px; }
#scrollbar1 .thumb .end { background: transparent url(../images/bg-scrollbar-thumb-y.html) no-repeat 0% 0; overflow: hidden; height: 0px; width: 25px; }
#scrollbar1 .disable { display: none; }
