/* 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/basic_arrow_up.png) no-repeat top;
}

a.jScrollArrowDown {
	background: url(../../images/basic_arrow_down.png) no-repeat top;
}



.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;
}


.holder2 {
	float: left;

}
			
.holder {
	float: left;
margin-top:20px;

}/*

*> .holder {

	!margin-top:40px;

}
*/







.scroll-pane {
	width: 200px;
	height: 200px;
	overflow: auto;
	float: left;
}

.wide {
	width: 400px;
}

.super-wide {
	width: 700px;
}

.tall {
	height: 400px;
}

#pane1 {
	height: 150px;
/*	width:475px !important;*/
	width:385px;
}




#display_media {
	height: 295px;
/*	width:475px !important;*/
	width:488px;
}

