jQuery(function()
{
	jQuery('.people-content, #newsarchive, .single-content').jScrollPane(
		{
			verticalDragMinHeight: 19,
			verticalDragMaxHeight: 19
		}
	);

	jQuery('img.scoright').click(function(){
		jQuery('.scrollable-news ul').animate({"left": "-760px"}, "slow");
	});
	
    jQuery('img.scoleft').click(function(){
		jQuery('.scrollable-news ul').animate({"left": "0px"}, "slow");
	});
    
	jQuery('.scrollable-news ul li:last-child div.contentbox').css('margin-right','0');
    
    //jQuery('li.page-item-2').prev('a').html('Stefan Al Architects');
    
});
