@charset "utf-8";

.jScrollPaneTrack {
	background: transparent url(../images/track.gif) left top repeat-y;
}

.jScrollPaneDrag {
	background: transparent url(../images/drag.gif) left center no-repeat;
}

.jScrollPaneDragTop {
	height: 5px;
	background: transparent url(../images/drag_top.gif) left top no-repeat;
}

.jScrollPaneDragBottom {
	height: 5px;
	background: transparent url(../images/drag_bottom.gif) left bottom no-repeat;
}

a.jScrollArrowUp {
	height: 15px;
	background: transparent url(../images/arrow_up.gif) left bottom no-repeat;
}

a.jScrollArrowDown {
	height: 15px;
	background: transparent url(../images/arrow_down.gif) left bottom no-repeat;
}