.jspVerticalBar {
	width: 13px;
}

.jspTrack {
	background: url(/images/returns/track2.jpg) repeat-y;
}
.jspDrag {
	background: url(/images/returns/drag-middle2.jpg) repeat-y;
}
.jspDragTop {
	background: url(/images/returns/drag-top2.jpg) no-repeat;
	height: 9px;
	position: absolute;
	top: 0px;
	width: 29px;
}
.jspDragBottom {
	background: url(/images/returns/drag-bottom2.jpg) no-repeat;
	height: 9px;
	position: absolute;
	bottom: 0px;
	width: 29px;
}

.jspTrack,
.jspDrag,
.jspDragTop,
.jspDragBottom {
	background-position: -8px 0px;
}

