div.scrollContainer {
	width: 100%;
	height: 100%;
}

div.scrollableContainer {
	position: relative;
	width: 100%;
	overflow: hidden;
}

div.scrollable {
	position: absolute;
	width: 100%;
}

div.scrollbarContainer {
	width: 100%;
	height: 16px;
	margin-top: 8px;
}

div.scrollbarButtonUp {
	width: 16px;
	height: 16px;
	background-image: url(../pix/left.gif);
	background-repeat: no-repeat;
	background-position: center right;
	float: left;
}

div.scrollbarButtonDown {
	width: 16px;
	height: 16px;
	background-image: url(../pix/right.gif);
	background-repeat: no-repeat;
	background-position: center left;
	float: right;
}

div.scrollbarSliderContainer {
	position: relative;
	height: 16px;
	min-width: 4px;
	max-width: 100%;
	overflow: hidden;
	float:left;
}

div.scrollbarSlider {
	position: absolute;
	height: 100%;
	background-color: rgb(210,210,210);
}
