
#pana1_continer {
	/*width:311px;*/
	/*width:100%;*/
	height:85px;
	width:421px;
}
.SP {
	/*width:320px;*/
	width:100%;
	height:85px;
}
.pane2 {
	width:310px!important;
	height:auto;
	padding-bottom:9px;
	background:#ffffff;
}
.scrollTextDetails {
	width:300px;
	height:300px;
}
.jScrollPaneContainer {
	position: absolute;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0px;
	top: 0;
	height: 100%;
	z-index:9999;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}
.dialog .jScrollPaneTrack {
	height:15px!important;
	top:auto!important;
	bottom:0px;
	background:#ffffff;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.jScrollPaneDrag {
	position: absolute;
	background: #f1a267;
	cursor: pointer;
	overflow: hidden;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}
.dialog .jScrollPaneDrag {display:none;}
.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: 4px;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 15px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}
.dialog a.jScrollArrowUp {
	display: block;
	width:140px!important;;
	height: 9px;
	position: absolute;
	top:auto!important;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: visible;
	background:#d4d4d5 url(../images/AtoSpread_arr.png) center -13px no-repeat;
	z-index: 99999;
}
.dialog a.jScrollArrowUp:hover {
	background-color:#fdbe0f;
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 3px;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;
	height: 15px;*/
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
.dialog a.jScrollArrowDown {
	display: block;
	width:140px!important;;
	height:9px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-indent: -2000px;
	overflow:visible;
	background:#d4d4d5 url(../images/AtoSpread_arr.png) center 0px no-repeat;
	z-index: 99999;
}
.dialog a.jScrollArrowDown:hover {
	background-color:#fdbe0f;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}