jQuery(window).ready(function(){
    	jQuery("#content").jScrollPane({showArrows:true, scrollbarWidth: 15, arrowSize: 16,reinitialiseOnImageLoad: true});
});


$(document).ready(function(){
	$("a[rel^='prettyPhoto']").lightBox();
});



