/* Stylesheet for my demo pages for jScrollPane - these styles aren't necessary for using jScrollPane and aren't specific to any particular example */
@import "//fonts.googleapis.com/css?family=Roboto:300,400,500|Roboto+Condensed:300,400";
@import "https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700";

a.jScrollArrowUp {
	background: url(/images/windows_arrow_up1.jpg) no-repeat 0 0;
	width:15px !important;
	height:14px !important;
}
a.jScrollArrowUp:hover {
	background-position: 0 0;
}
a.jScrollArrowDown {
	background: url(/images/windows_arrow_down1.jpg) no-repeat 0 0;
	width:15px !important;
	height:14px !important;
}
a.jScrollArrowDown:hover {
	background-position: 0 0;
}

.jScrollPaneDrag {
    background: url("/images/arrow_drag.jpg") no-repeat 2px 0px !important;
		*background: url("/images/arrow_drag.jpg") no-repeat 30% 0% !important;
    cursor: default;
    overflow: hidden;
    position: absolute;
    width: 16px !important;
		height:40px !important
}
.jScrollPaneTrack {
    background: url("/images/scrollbar.jpg") no-repeat center top !important;
    cursor: default;
    height: 100%;
    position: absolute;
    right: 0px !important;
    top: 0;
    width: 15px !important;
}


.orange-bar .jScrollPaneTrack {
	background: #f60;
}
.orange-bar .jScrollPaneDrag {
	background: #ff0000 url(/images/drag_grab.gif) no-repeat 50% 50%;
}
.orange-bar .scroll-pane {
	background: #69f;
}
			
.holder {
	float: left;
	margin: 10px;
}

.scroll-pane {
	width: 270px;
	height: 250px;
	overflow: auto;
	float: left;
	padding:0px
}



.super-wide {
	width: 280px;
	height:260px;
}

.scroll-pane2 {
	width: 250px;
	height: 250px;
	overflow: auto;
	float: left;
	padding:0px
}



.super-wide2 {
	width: 250px;
	height:260px;
}

.scroll-pane3 {
	width: 295px;
	height: 250px;
	overflow: auto;
	float: left;
	padding:0px
}



.super-wide3 {
	width: 295px;
	height:260px;
}

