.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	margin-top: 10px;
}
.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	width:12px!important;;
	background:url("../images/line2.jpg") center top repeat-y;
	
}
.jScrollPaneDrag {
	position: absolute;
	background:#233d5b;
	border-radius:6px;
	-webkit-border-radius:6px;
	height:35px!important;
	width:12px!important;
}

a.jScrollArrowUp{
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 1px;
}
a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 1px;
}
.scroll-pane {
	width: 200px;
	background: #ccc;
	float: left;
}

#pane{
	width: 460px;
	height: 665px;
	overflow-y:scroll; 
}