.dsvUp {	position:absolute;	z-index: 3;	width: 9px;	height: 11px;	background-image: url('../img/scrollbar/up.gif');	background-repeat: no-repeat;	background-position: top left;}.dsvDown {	position:absolute;	z-index: 3;	width: 9px;	height: 11px;	background-image: url('../img/scrollbar/down.gif');	background-repeat: no-repeat;	background-position: top left;}.dsvTrack {	position:absolute;	z-index: 4;	width: 9px;	height: 265px;	background-color: #b5b9be;}.dsvDrag {	position:absolute;	z-index: 7;	width: 18px;	height: 18px;	background-image: url('../img/scrollbar/drag.gif');	background-repeat: no-repeat;	background-position: top left;}.dsvContainer {	position: absolute;	left: 21px;top: 80px;	width: 310px;	height: 265px;	clip: rect(0px,310px,265px,0px);	overflow: hidden;	z-index: 6;}.dsvContent {	position: absolute;	width: 310px;	left: 0px;top: 0px;	visibility: visible;	z-index: 0;	clip: rect();}