/* Tiny Scrollbar */

#scrollbar1 {
	width: 235px;
	margin: 0;
}

#scrollbar1 .viewport {
	width: 215px;
	height: 400px;
	overflow: hidden;
	overflow-y: hidden;
	overflow-x: hidden;
	position: relative;
}

#scrollbar1 .overview {
	list-style: none;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
	margin: 0;
}

#scrollbar1 .scrollbar {
	background: transparent url(../images/bg-scrollbar-track-y.png) no-repeat 0 0;
	position: relative;
	background-position: 0 0;
	float: right;
	width: 2px;
}

#scrollbar1 .track {
	background: transparent none no-repeat 0 100%;
	height: 100%;
	width: 2px;
	position: relative;
	padding: 0 0px;
}

#scrollbar1 .thumb {
	background: transparent url(../images/bg-scrollbar-thumb-y.png) no-repeat 50% 100%;
	height: 20px;
	width: 2px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0px;
}

#scrollbar1 .thumb .end {
	background: transparent url(../images/bg-scrollbar-thumb-y.png) no-repeat 50% 0;
	overflow: hidden;
	height: 2px;
	width: 2px;
}

#scrollbar1 .disable {
	display: none;
}

/* Tiny Scrollbar */

#scrollbar2 {
	width: 235px;
	margin: 0;
}

#scrollbar2 .viewport {
	width: 215px;
	height: 400px;
	overflow: hidden;
	overflow-y: hidden;
	overflow-x: hidden;
	position: relative;
}

#scrollbar2 .overview {
	list-style: none;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
	margin: 0;
}

#scrollbar2 .scrollbar {
	background: transparent url(../images/bg-scrollbar-track-y.png) no-repeat 0 0;
	position: relative;
	background-position: 0 0;
	float: right;
	width: 2px;
}

#scrollbar2 .track {
	background: transparent none no-repeat 0 100%;
	height: 100%;
	width: 2px;
	position: relative;
	padding: 0 0px;
}

#scrollbar2 .thumb {
	background: transparent url(../images/bg-scrollbar-thumb-y.png) no-repeat 50% 100%;
	height: 20px;
	width: 2px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0px;
}

#scrollbar2 .thumb .end {
	background: transparent url(../images/bg-scrollbar-thumb-y.png) no-repeat 50% 0;
	overflow: hidden;
	height: 2px;
	width: 2px;
}

#scrollbar2 .disable {
	display: none;
}

/* Tiny Scrollbar */

#scrollbar3 {
	width: 235px;
	margin: 0;
}

#scrollbar3 .viewport {
	width: 215px;
	height: 435px;
	overflow: hidden;
	overflow-y: hidden;
	overflow-x: hidden;
	position: relative;
}

#scrollbar3 .overview {
	list-style: none;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
	margin: 0;
}

#scrollbar3 .scrollbar {
	background: transparent url(../images/bg-scrollbar-track-y.png) no-repeat 0 0;
	position: relative;
	background-position: 0 0;
	float: right;
	width: 2px;
}

#scrollbar3 .track {
	background: transparent none no-repeat 0 100%;
	height: 100%;
	width: 2px;
	position: relative;
	padding: 0 0px;
}

#scrollbar3 .thumb {
	background: transparent url(../images/bg-scrollbar-thumb-y.png) no-repeat 50% 100%;
	height: 20px;
	width: 2px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0px;
}

#scrollbar3 .thumb .end {
	background: transparent url(../images/bg-scrollbar-thumb-y.png) no-repeat 50% 0;
	overflow: hidden;
	height: 2px;
	width: 2px;
}

#scrollbar3 .disable {
	display: none;
}