#dsvUp {
	position:absolute;
	z-index: 3;
	width: 10px;
	height: 11px;
	background-image: url('../img/scrollbar/up.gif');
	background-repeat: no-repeat;
	background-position: top left;
}
#dsvDown {
	position:absolute;
	z-index: 3;
	width: 10px;
	height: 11px;
	background-image: url('../img/scrollbar/down.gif');
	background-repeat: no-repeat;
	background-position: top left;
}
#dsvTrack {
	position:absolute;
	z-index: 4;
	width: 6px;
	height: 467px;
	background-image: url('../img/scrollbar/track.gif');
	background-repeat: repeat y;
	background-position: top left;
}
#dsvDrag {
	position:absolute;
	z-index: 7;
	width: 19px;
	height: 19px;
	background-image: url('../img/scrollbar/drag.gif');
	background-repeat: no-repeat;
	background-position: top left;
}
#dsvContainer {
	position: absolute;
	left: 20px;top: 25px;
	width: 330px;
	height: 460px;
	clip: rect(0px,330px,460px,0px);
	overflow: hidden;
	z-index: 6;
}
#dsvContent {
	position: absolute;
	width: 330px;
	left: 0px;top: 0px;
	visibility: visible;
	z-index: 0;
	clip: rect();
}

#scroll {
	width: 398px;
	height: 511px;
	position: relative;
	top: 103px;
	left: 0px;
}
