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

body {

}

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


.orange-bar .jScrollPaneTrack {
	background: #f60;

}
.orange-bar .jScrollPaneDrag {
	background: #00f url(../img/drag_grab.gif) no-repeat 50% 50%;
}
.orange-bar .scroll-pane {
	background: #fff;
}
			
.holder {
	float: left;
	margin: 0px;
    width: 474px;
    border:0px solid #000;

}

.scroll-pane {
  width: 444px;

	overflow: visible;
		background: #fff;
	float: left;
    border: 0px solid #000;
    font-family: 'Lato', sans-serif;
    font-size:13px;
    color:#58585a;
    padding: 5px 10px 10px 0;


}

.scroll-pane h2 {
    width: 425px;
     font-size:20px;
  color:#da1a21;
  border-bottom: 2px solid #58585a;
  display:block;
  height: 25px;
   font-family: 'Strait', sans-serif;
   margin-bottom:8px;
}

.wide {
	width: 400px;
}

.super-wide {
	width: 400px;
}

.tall {
	height: 400px;
}

#pane1 {
}
#pane2 {
	height: 300px;


}
#pane3 {
	height: 242px;
}
#pane4 {
	height: 190px;
}

#pane5 {
	height: 197px;

}