.jScrollPaneTrack
{
	background: #ECECEC;
}
.jScrollPaneDrag {
	background-color: #41778d;
}
a.jScrollArrowUp
{
	height: 15px;
	background: url(../images/btn_scro.gif) no-repeat 0px 0px;
}
a.jScrollArrowDown
{
	height: 16px;
	background: url(../images/btn_scrp.gif) no-repeat 0px 0px;
}
.jScrollArrowUp:hover
{
	background-position: 0px 100%;
	background-color: #386474;
}
.jScrollArrowDown:hover
{
	background-position: 0px 100%;
	background-color: #386474;
}


/*-----------------------------------*/
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

#testimonial .jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	left: 0;
	top: 0;
	height: 100%;
}
.jScrollPaneDrag {
	position: absolute;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
#testimonial a.jScrollArrowUp {
	display: block;
   /*	position: absolute;*/
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 9px;
}

#testimonial a.jScrollArrowDown {
	display: block;
    position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 9px;
}

#test_h #testimonials .jScrollPaneContainer a.jScrollArrowDown {
	display: block;
    position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 9px;
}

#test_h #testimonials .jScrollPaneContainer a.jScrollArrowUp {
	display: block;
    position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 9px;
}

#test_h #testimonials .jScrollPaneContainer .jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
}
