
.jScrollPaneContainer {position: relative;overflow: hidden;z-index: 1;}

.jScrollPaneTrack {	position: absolute;	cursor: pointer;right: 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;}
a.jScrollArrowUp {display: block;position: absolute;z-index: 1;top: 0;right: 0;text-indent: -2000px;overflow: hidden;height: 9px;}
a.jScrollArrowUp:hover {}
a.jScrollArrowDown {display: block;position: absolute;z-index: 1;bottom: 0;right: 0;text-indent: -2000px;overflow: hidden;height: 9px;}
a.jScrollArrowDown:hover {}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {}


.contenedor-scroll { position:relative; float:left;  /*margin-left:40px; width:800px;*/ width: 100%; margin-top:20px}
#scroll{height: 430px; /*width:760px;*/ width: 100%; position:absolute; left:0px;}

a.jScrollArrowUp {height: 8px; width:14px;background: url(../images/nav-top.png) no-repeat; bottom:20px !important; position:absolute !important;z-index:600}
a.jScrollArrowDown {height: 8px; width:14px;background: url(../images/nav-bottom.png) no-repeat;z-index:600}
.jScrollPaneDrag {background: url(../images/nav-centro.png) repeat-y;height:1px; width:14px; z-index:600 }
.jScrollPaneDragTop {background: url(../images/nav-arriba.png) no-repeat;height:8px; width:14px;z-index:600}
.jScrollPaneDragBottom {background: url(../images/nav-abajo.png) no-repeat;height:8px; width:14px;z-index:600}
