/* scrollbar universal styles. Scroll unit specific styles s/b defined inline */

.scrollPanelWrapper {
	position: relative;
	overflow: hidden;
}

.scrollPanel {
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
}

.scrollBarWrapper {
	position: absolute;
	top:0px;
}

.browseByScrollPath {
	position: absolute;
	top: 0px;
	left: 5px;
	width: 1px;
	height: 160px;
	background: #ff0000;
}


