$(document).ready(
	function() {
		$(document).find('div.panel.vehicle-panel div.scroll-pane').jScrollPane(
		{
			scrollbarWidth : 16,
			height:275,
			width:302
		});
	}
);