
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	BACKGROUND: url('images/scroll_bg.gif') top center repeat-y;
	WIDTH: 12px;
}
.jScrollPaneDrag {
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	BACKGROUND: url('images/scroll-trans.png'); WIDTH: 12px; HEIGHT: 11px! important;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: visible;
	background:url('images/my_st_top.jpg'); width:8px; height:12px;
	background-repeat:no-repeat;
	background-position:top center;
}
a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 2;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: visible;
	background:url('images/my_st_down.jpg') no-repeat center bottom;
	width:8px; height:12px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}
#content_scroll1 {
/*width: 500px;*/
height: 620px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.3em auto;

	border-style: none;
    outline-style:none;
	border:0px;
}

.scroll-wrap1{
width: 500px;
height: 320px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.3em auto;

	border-style: none;
    outline-style:none;
	border:0px;
}

.scroll-pane1 {
	padding: 0px 5px;
		border-style: none;
    outline-style:none;
	border:0px;
}
