/*-- Content scroll
--------------------------------------------------------*/

.holder {
	float:left;
	height:504px;
}

.scroll-pane {
	width:547px;
	overflow:auto;
	float:left;
	height:504px;
}

.min-height {
	min-height:504px;
}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	background-repeat:repeat-y;
	background-image:url('pane_track.gif');
	background-position:0px 0px;
	position:absolute;
	cursor: pointer;
	right:0;
	top:0;
	height:100%;
	width:24px;
}

.jScrollPaneDrag {
	background-repeat:no-repeat;
	background-image:url('track.gif');
	background-position:0px 0px;
	position: absolute;
	height:16px;
	width:10px;
	cursor: pointer;
	overflow: hidden;
}

/*-- Synopsis
--------------------------------------------------------*/

.holder.synopsis {
	float:left;
	height:393px;
}

.synopsis .scroll-pane {
	width:547px;
	overflow:auto;
	float:left;
	height:504px;
}

.synopsis .min-height {
	min-height:504px;
}

