.Scrollbarz_HMask {
	/*
	width: 449px;
	height: 76px;*/
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	text-align: left;
	position: absolute;
	z-index: 2;
}
.Scrollbarz_HContainer {
	margin: 0px;
	padding: 0px;
	overflow: visible;
	white-space: nowrap;
	position: absolute;
	z-index: 1;
}
.Scrollbarz_HBar {
/*
	width: 449px;
	height: 4px;*/
	height: 2px;
	margin: 0px;
	padding: 0px;
	background: #5A5A5A;
	margin-top: 3px;
	text-align: left;
	position: absolute;
	z-index: 3;
	overflow:hidden;
	line-height: 1px;
}
.Scrollbarz_HButton {
/*
	width: 30px;
	height: 4px;*/
	height: 2px;
	background: #FF6F05;
	margin: 0px;
	padding: 0px;
	position: absolute;
	line-height: 1px;
}
