/**
 * @author mcatalano
 */

function customScroll(){
	$("#lifestreamer .scrollable").jScrollPane({
		scrollbarWidth: 12,
		showArrows: true,
		dragMinHeight: 48,
		dragMaxHeight: 48,
		maintainPosition: true,
		scrollbarMargin: 0
	});
	
	$("#twitstream li:odd, #fbstream li:odd", $("#lifestreamer")).addClass("odd");
};

