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

.holder {
	float: left;
	padding-left: 0px;
	margin-top:15px;
	margin-bottom:20px;
}
.scroll-pane {
	width:200px;
	height: 130px;
	overflow: auto;
	background: transparent;
	float: left;
	margin-left:10px;
	line-height:23px;
}
.scroll-pane-game{
	width: 425px;
	height: 100px;
	overflow: auto;
	background: transparent;
	float: left;
	margin-left:5px;
	margin-right:5px
	line-height:23px;
}
.scroll-pane-game-play {
	width: 315px;
	height: 110px;
	overflow: auto;
	background: transparent;
	float: left;
	margin-left:5px;
	margin-right:5px
	line-height:23px;
}
