/* Tiny Scrollbar */
#scrollbar1 { width: 477px; }
#scrollbar1 .viewport { width: 440px/*430*/; height: 262px; overflow: hidden; position: relative; margin:0px 40px 0px 0px; /*37px 44px 0px 43px*/ /*top:37px*/}
#scrollbar1 .overview {
	list-style: none;
	position: absolute;
	left: 0;
	top: 3px;
	padding: 0px;
	margin: 0;
	width: 954px/*430*/;
	height: 268px;
}
#scrollbar1 .scrollbar{ background: transparent; position: relative; background-position: 0 0; float: right; width: 4px; right:3px; top:3px }
#scrollbar1 .track { background: transparent; height: 100%; width:4px; position: relative; padding: 0px; }
#scrollbar1 .thumb {
	background: url(../images/barrascroll.gif) right top repeat-y;
	height: 64px;
	width: 4px/*4*/;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: -9px;
	right: 0px;
}
#scrollbar1 .thumb .end { background: transparent; overflow: hidden; height: 0px; width: 0px; }
#scrollbar1 .disable { display: none; }
