$(document).ready(function() {
	$('.view_project').click(function() {
		var id = $(this).attr('r_id');
		var table = $(this).attr('r_table');
		location.href = site_url + "/?page=project&section="+table+"&id="+id;
	});

	$("#scroller").jCarouselLite({
        btnNext: ".next_button",
        btnPrev: ".prev_button",
		visible: 1,
		vertical: true
    });
});
