	$(document).ready(function(){
		$('#mycarousel').jcarousel({
			auto: 7,
        	wrap: 'last',
        	scroll: 1
        });
		$('#books').innerfade({
			speed: 1700,
			timeout: 12000,
			type: 'sequence',
			containerheight: '600px',
			containerWidth: '493px'
		});
	});
