@charset "utf-8";
/* CSS Document */

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right:7px;
	top: 0;
	height:100%;
	background:#121619;
}
.jScrollPaneDrag {
	position: absolute;
	width:10px; 
	background: url(../images/common/scrollBar/scroll_bar_body.gif) repeat-y 0px 5px;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	width:10px; height:21px;
	background:url(../images/common/scrollBar/scroll_bar_head.gif) no-repeat 0px 0px;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	width:10px; height:21px;
	background:url(../images/common/scrollBar/scroll_bar_footer.gif) no-repeat 0px 0px;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
