/* 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/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;
}


.orange-bar .jScrollPaneTrack {
	background: #f60;
}
.orange-bar .jScrollPaneDrag {
	background: #00f url(../images/drag_grab.gif) no-repeat 50% 50%;
}
.orange-bar .scroll-pane {
	background: #69f;
}
			
.holder {
	float: left;
	margin: 10px;
	_margin: 5px;
}

.scroll-pane {
	width: 410px;
	height: 300px;
	overflow: auto;
	float: left;
}

.scroll-pane p { clear:both; color:#666; margin:15px 0 0 0; padding:0; width: 350px; }
.scroll-pane strong { color:#666; margin:0; border-bottom:solid 1px #666666; display:block; padding-right:5px; margin-right:15px;}

.scroll-pane-atletas p { clear:both; color:#666; margin:0 0 10px 0; padding:0; width: 350px; }
.scroll-pane-atletas strong { color:#666; margin:0; border-bottom:solid 1px #666666; padding:0 35px 5px 0; width: 350px; }

.wide {
	width: 400px;
}

.super-wide {
	width: 700px;
}

.tall {
	height: 400px;
}

#pane1 {
}
#pane2 {
	height: 150px;
}
#pane3 {
	height: 190px;
}
#pane4 {
	height: 190px;
}
