// JavaScript Document
$(document.body).ready(function(){
	$('.contentScrollable').jScrollPane();								
});
