$(document).ready(function() {
	$('.scroll-pane').jScrollPane({showArrows:true,scrollbarWidth:13,dragMaxHeight:43,reinitialiseOnImageLoad:true});	 	
	if (typeof(_Browser) != 'undefined' && _Browser != 'MSIE 6.0' && $('.jScrollPaneTrack').length > 0)
	{		
		$('#fade_cont_b').css({top:675 + 'px'}).show();	
		$('#fade_cont_t').show();
	}
});