#scrollbar1 {
	width: 200px;
	float:left;
	margin: 23px 0 5px;
}
#scrollbar1 .viewport {
	width: 200px;
	height: 340px;
	overflow: hidden;
	position: relative;
}
#scrollbar1 .overview {
	list-style: none;
	position: absolute;
	left: 0;
	top: 0;
}
#scrollbar1 .thumb .end, #scrollbar1 .thumb {
	background-color: #e7311d;
	margin-left:1px;
}
#scrollbar1 .scrollbar {
	position: relative;
	float: right;
	width: 15px;
}
#scrollbar1 .track {
	background-color: #fff;
	height: 100%;
	width:10px;
	position: relative;
	padding: 0 1px;
}
#scrollbar1 .thumb {
	height: 10px;
	width: 5px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: 0;
}
#scrollbar1 .thumb .end {
	overflow: hidden;
	height: 5px;
	width: 5px;
}
#scrollbar1 .disable {
	display: none;
}
