
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;    margin-top:-7px;  margin-bottom:-7px;  	padding:0; border:none;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	width: 16px !important;
	border: 0px solid #000000 !important;
	background: #999999;  
}

.jScrollPaneDrag a{border:none;}
.jScrollPaneDrag {
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	border: 0px solid #000000 !important;
padding:0!important; margin:0!important;
   background: #999 url(../images/slider999999.png) no-repeat scroll 0 0;
	height: 48px !important;
}

.rounded_left .jScrollPaneDrag {

 	 background:  #666 url(../images/slider666666.png) no-repeat scroll 0 0!important;  
}

.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	border: 0px solid #000000 !important;
/*	background: blue !important;*/
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	border: 0px solid #000000 !important;
/*	background: blue !important;*/
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background:#cc55aa;*/
    background:#999 url(../images/round_999_top.gif) no-repeat scroll 0 0;
	width: 16px !important;
	height: 5px!important; padding:0;
}
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:#ff9966 url(../images/round_999_bot.gif) no-repeat scroll 0 0;
    /* background:#cc55aa;*/
	width: 16px !important;
	height: 5px!important; padding:0;
}

.rounded_left .jScrollPaneTrack {

	background: #666!important;
}

.rounded_left a.jScrollArrowUp {
    background:#666 url(../images/round_666_top.gif) no-repeat scroll 0 0;
}
.rounded_left a.jScrollArrowDown {
    background:#666 url(../images/round_666_bot.gif) no-repeat scroll 0 0;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}