/* 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/setascrollcima.png) no-repeat -5px 0;
	width: 20px;
	height: 20px;
}
a.jScrollArrowUp:hover {
	background-position: -5px 0;
}
a.jScrollArrowDown {
	background: url(../images/setascrollbaixo.png) no-repeat -5px 5px;
	width: 20px;
	height: 20px;
}
a.jScrollArrowDown:hover {
	background-position: -5px 5px;
}


.orange-bar .jScrollPaneTrack {
	background: #17191e;
}
.orange-bar .jScrollPaneDrag {
	background: #000 url(../images/indexArrow.gif) no-repeat 50% 50%;
}
.orange-bar .scroll-pane {
	/*background: #69f;*/
}
			
.holder {
	float: left;
	margin: 10px;
}

.scroll-pane {
	width: auto;
	height: 330px;
	overflow: auto;
	float: left;
}

.wide {
	width: 400px;
}

.super-wide {
	width: 700px;
}

.tall {
	height: 400px;
}
#pane2 {
	height: 260px;
}

#pane1 {
	height: 220px;
}

/* ------ VENCEDORES ------ */
#panevenc1 {
	height: 420px;
}
/* ------ VENCEDORES ------ */