$(document).ready(function(){
	$(".imgxtra").jCarouselLite({
		btnNext: ".next",
		btnPrev: ".prev",
		visible: 2
	});
});
runOnLoad(function(){
	$(".columns").vjustify();
});
