#dsvUp {	position:absolute;	z-index: 3;	width: 10px;	height: 12px;	background-color: #f1dcb7;	background-image: url('../img/scrollbar_light/up.gif');	background-repeat: no-repeat;	background-position: top left;}#dsvDown {	position:absolute;	z-index: 3;	width: 10px;	height: 14px;	background-color: #f1dcb7;	background-image: url('../img/scrollbar_light/down.gif');	background-repeat: no-repeat;	background-position: top left;}#dsvTrack {	position:absolute;	z-index: 4;	width: 8px;	height: 347px;	background-color: #e3c89d;}#dsvDrag {	position:absolute;	z-index: 7;	width: 17px;	height: 17px;	background-color: #f1dcb7;	background-image: url('../img/scrollbar_light/drag.gif');	background-repeat: no-repeat;	background-position: top left;}#dsvContainer {	position: absolute;	left: 0px;top: 0px;	width: 480px;	height: 378px;	background-color: #e3c89d;	clip: rect(0px,480px,378px,0px);	overflow: hidden;	z-index: 6;}#dsvContent {	position: absolute;	width: 480px;	left: 0px;top: 0px;	visibility: visible;	z-index: 0;	clip: rect();}#scroll {width: 505px;height: 378px;position: relative;top: 0px;left: 0px;}
