/* 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(../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:  url(./images/drag_grab.gif) no-repeat 50% 50%;
        background-color:#ff9f43;
}
.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;
}

.scroll-pane {
	width: 300px;
	height: 400px;
	overflow: auto;
	float: left;
        
}
.super-wide {
	width: 300px;
}

#pane {
	width: 300px;
	height: 400px;
}


.scroll-pane1 {
    width:620px;
    height:340px;
	overflow: auto;
	float: left;

}
.super-wide1 {
	 width:620px;
}

#panel1 {
	 width:620px;
	height: 340px;
}


.scroll-pane3 {
    width:620px;
    height:95px;
	overflow: auto;
	float: left;

}
.super-wide3 {
	 width:620px;
}

#panel3 {
	 width:620px;
	height: 95px;
}


.scroll-pane4 {
    width:620px;
    height:440px;
    overflow: auto;
    float: left;

}
.super-wide4 {
	 width:620px;
}

#panel4 {
	 width:620px;
	height: 440px;
}

.scroll-pane5 {
    width:964px;
    height:550px;
    overflow: auto;
    float: left;

}
.super-wide5 {
	 width:964px;
}

#panel5 {
	 width:964px;
	height: 550px;
}


.scroll-pane6 {
    width:400px;
    height:100px;
    overflow: auto;
    float: left;

}
.super-wide6 {
	 width:400px;
}

#panel6 {
	 width:400px;
	height: 100px;
}


.scroll-pane7 {
    width:620px;
    height:505px;
    overflow: auto;
    float: left;

}
.super-wide7 {
	 width:620px;
}

#panel7 {
	 width:620px;
	height: 505px;
}

.scroll-pane8 {
    width:620px;
    height:505px;
    overflow: auto;
    float: left;

}
.super-wide8 {
	 width:620px;
}

#panel8 {
	 width:620px;
	height: 505px;

}