/* Tiny Scrollbar */
#scrollbar1 {
	width: 955px;
	clear: both;
	height: 100%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	z-index: 10;
	text-align: justify;
	margin-bottom: 59px;
	color: #D4D1B3;
}
#scrollbar1 .viewport {
	width: 930px;
	height: 100%;
	position: relative;
	overflow: hidden;
}
#scrollbar1 .overview {
	list-style: none;
	position: absolute;
	left: 0;
	top: 0;
	padding: 10px;
	width: 910px;
}
#scrollbar1 .scrollbar,
#scrollbar1 .thumb .end,
#scrollbar1 .thumb { background: transparent url(../images/bg-scrollbar.png) no-repeat; }
#scrollbar1 .scrollbar {
	position: relative;
	background-position: 0 0;
	float: right;
	width: 22px;
	z-index: 10;
}
#scrollbar1 .track	{
	background: transparent url(../images/bg-scrollbar-end.png) no-repeat 0 100%;
	height: 100%;
	width:13px;
	position: relative;
	padding: 0 0px;
}
#scrollbar1 .thumb {
	background-position: 100% 100%;
	height: 104px;
	width: 22px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: 0;
	background-image: url(../images/bg-scrollbar.png);
}
#scrollbar1 .thumb .end { background-position: 100% 0; height: 5px; width: 13px; }
#scrollbar1 .disable { display: none; }
