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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}

a.jScrollArrowUp {
	background: url(../images/basic_arrow_up.gif) repeat-x 0 0;
}
a.jScrollArrowUp:hover {
	background-position: 0 -15px;
}
a.jScrollArrowDown {
	background: url(../images/basic_arrow_down.gif) repeat-x 0 0;
}
a.jScrollArrowDown:hover {
	background-position: 0 -15px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}


.jScrollPaneTrack {
	background: transparent url(../imagenes/pixel.png) repeat-y scroll center 0 !important;
}
.jScrollPaneDrag {
	background: #630000 !important;
}
.orange-bar .scroll-pane {
	background: #69f;
}
			
.holder {
	float: left;
	margin: 10px;
}

.scroll-pane {
height:792px;
margin-left:1px;
overflow:auto;
width:600px;
	float: left;
}

.wide {
	width: 400px;
}

.super-wide {
	width: 700px;
}

.tall {
	height: 400px;
}



/* estilo div jscrollpane */
.holder {
    margin-left:87px !important;
width:630px;
}
#pane1 {
    width: 660px;
    height: 770px;
}
.jScrollPaneContainer {
    margin: 20px 0 0 0px;
}



/*     background: blue; */
/*     opacity: 0.5; */

/* fin estilo div*/