
#new-version
{
	border: 2px solid #f00;
	margin: 1em 0;
	padding: .5em 1em 0;
	background: #ffe;
}

.orange-bar .jScrollPaneTrack {
	background: #e3e4ea;
}
.orange-bar .jScrollPaneDrag {
	background: #2a2f5a url(../pictures/scroll_arrows.gif) no-repeat 50% 50%;
}
.orange-bar .scroll-pane {
	background: #e3e4ea;
}
			
.holder {
	float: left;
}

.scroll-pane {
	width: 200px;
	height: 200px;
	overflow: auto;
	background: #ccc;
	float: left;
}
