.scroll-pane 		{
	width: 230px;
	overflow: auto;
	height: 340px;
}

.bottomshadow 		{ position: absolute; top: 375px; left: -47px; z-index: 9999; }

.jScrollPaneContainer 	{ position: relative; overflow: hidden; z-index: 1; }

.jScrollPaneTrack 		{
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	padding: 3px;
	background-image: url(http://www.citroen.com.uy/home/wp-content/themes/citroen/reddeservicios/barra.gif);
	background-repeat: repeat-y;
	background-position: center top;
	width: 1px;
}

.jScrollPaneDrag	{
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	background-image: url(ball.png);
	background-repeat: no-repeat;
	background-position: center center;
}

