.jScrollPaneContainer {
	width: 450px !important;
	height: 225px !important;
	/*padding: 30px 0;*/
	position: relative;
	top: 30px;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	width: 3px !important;
	height: 100%;
	position: absolute;
	cursor: pointer;
	right: 3px;
	top: 0;
	background: black url(images/slider-background.jpg) no-repeat left center;
}
.jScrollPaneDrag {
	width: 6px;
	height: 18px !important;
	position: absolute;
	left: -1px;
	background: transparent url(images/slider.png) no-repeat left top;
	cursor: pointer;
	overflow: hidden;
}
.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: hidden;
	height: 9px;
}
a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 9px;
}