$(document).ready(function(){
	
	$('#homework ol').jcarousel({
		auto: 5,
		size: 3,
		scroll: 1,
		wrap: 'last',
		animation: 'slow',
		buttonNextHTML: '<a href="#" class="text-indent" id="homenext">Next</a>',
		buttonPrevHTML: '<a href="#" class="text-indent" id="homeprev">Previous</a>'
	});
	
})