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

.holder {
	background:#bf294b url('../img/rb_scroll_repeat.jpg') repeat-y top left;
	margin:20px 0;
	padding:0 20px;
	width:456px;
}

.scroll-pane {
	width: 441px;
	height:440px;
	overflow:auto;
	padding-right:15px;
}
#template_books .scroll-pane p {
	float:right;
	width:300px;
	}

