/* scroll bar */
.scroll-track-vertical {
	height:13px;
	width:13px;
	background-image: url('/External_Sites/images/Shared/widgets/rh_slider.gif');
	background-repeat: repeat;
}
.scroll-track-horizontal {
	height:13px;
	width:13px;
	background-image: url('/External_Sites/images/Shared/widgets/rh_slider_h.gif');
	background-repeat: repeat;
}
.scroll-track-top {
	height:8px;
	width:13px;
	background-image: url('/External_Sites/images/Shared/widgets/rh_slider_top.gif');
}
.scroll-track-bot {
	height:8px;
	width:13px;
	background-image: url('/External_Sites/images/Shared/widgets/rh_slider_bottom.gif');
}
.scroll-track-right {
	height:13px;
	width:8px;
	background-image: url('/External_Sites/images/Shared/widgets/rh_slider_right.gif');
}
.scroll-track-left {
	height:13px;
	width:8px;
	background-image: url('/External_Sites/images/Shared/widgets/rh_slider_left.gif');
}
.scroll-handle-vertical {
	height:15px;
	width:13px;
	background-image: url('/External_Sites/images/Shared/widgets/rh_handle.gif');
	background-repeat: no-repeat;
	cursor:pointer;
}
.scroll-handle-horizontal {
	height:13px;
	width:15px;
	background-image: url('/External_Sites/images/Shared/widgets/rh_handle_h.gif');
	background-repeat: no-repeat;
	cursor:pointer;
}
