@charset "utf-8";

/* 	jscrollpane layout                                   
---------------------------------------------------------- */
.jspContainer {
	overflow: hidden;
	position: relative;
	height: 210px;
}
.jspPane {	
	position: absolute;
}
.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 19px;
	height: 100%;
	background-color: #eeeeee;
}

.jspCap {
	display: none;
}

.jspTrack {
	position: absolute;
	top: 21px;
	left: 0;
}

.jspDrag {
	position: relative;
	width: 15px;
	background: url(../images/scroll_bg01.gif) no-repeat 0 0;
	top: 0;
	left: 2px;
	cursor: pointer;
}
.jspDrag .jspDragTop {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 13px;
	height: 2px;
	background-color: #dddddd;
	border-top: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
	border-left: solid 1px #ffffff;
	z-index: 100;
}
.jspDrag .jspDragBottom {
	position: absolute;
	overflow: hidden;
	bottom: 0;
	left: 0;
	width: 13px;
	height: 2px;
	background-color: #dddddd;
	border-bottom: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
	border-left: solid 1px #ffffff;
	z-index: 100;
}

/* pointer */
.jspArrow {
	display: block;
	width: 19px;
	height: 20px;
	cursor: pointer;
}

.jspArrowUp {
	position: absolute;
	top: 0;
	background: url(../images/scroll_bt01.gif) no-repeat 0 0;
}
.jspArrowDown {
	position: absolute;
	height: 19px;
	bottom: 0;
	background: url(../images/scroll_bt02.gif) no-repeat 0 0;
}
