/* Stylesheet for my demo pages for jScrollPane - these styles aren't necessary for using jScrollPane and aren't specific to any particular example */

a.jScrollArrowUp {
	background: url(../images/slidebar/haut.jpg) no-repeat 0 0;
  height:11px;
}
a.jScrollArrowDown {
	background: url(../images/slidebar/bas.jpg) no-repeat 0 0;
  height:11px;
}

.jScrollPaneTrack {
	background: #eaeaea;
}
.jScrollPaneDrag {
	background: url(../images/slidebar/scrollbar.jpg) repeat-y 50% 50%;
}
.scroll-pane {
	background: #eaeaea;
}

.scroll-pane {
	width: 610px;
	height: 484px;
	overflow: auto;
	background: #ffffff;
	float: left;
}

#scroll
{
  height: 484px;
}

.ms .scroll-pane
{
  height: 784px;
}

.ms #scroll
{
  height: 784px;
}
