#dsvUp {
	position:absolute;
	z-index: 3;
	width: 12px;
	height: 13px;
	background-color: #d4a943;
	background-image: url('../img/scrollbar/up.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}
#dsvDown {
	position:absolute;
	z-index: 3;
	width: 12px;
	height: 13px;
	background-color: #d4a943;
	background-image: url('../img/scrollbar/down.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}
#dsvTrack {
	position:absolute;
	z-index: 4;
	width: 12px;
	height: 250px;
	background-color: #fee883;
	background-image: url('../img/scrollbar/track.gif');
	background-repeat: repeat;
	background-position: top left;
}
#dsvDrag {
	position:absolute;
	z-index: 7;
	width: 12px;
	height: 13px;
	background-color: #d4a943;
	background-image: url('../img/scrollbar/drag.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}
#dsvContainer {
	position: absolute;
	left: 25px;top: 13px;
	width: 180px;
	height: 250px;
	clip: rect(0px,180px,250px,0px);
	overflow: hidden;
	z-index: 6;
}
#dsvContent {
	position: absolute;
	width: 180px;
	left: 0px;top: 0px;
	visibility: visible;
	z-index: 0;
	clip: rect();
}

#scroll {
	width: 216px;
	height: 279px;
	background-color: #ffffff;
	background-image: url('../img/scroll_left.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	position: absolute;
	left: 6px;
	top: 7px;
}