jQuery(function($) {

	$('.sc_menu').jcarousel({
		auto: 1,
		wrap: 'circular',
		scroll: 1,
		animation: 2000,
		easing: null,
		offset: 0,
		start: 0,
		height: 142,
		width: 182
	});

	// Load all links with rel="facebox" in a lightbox
	$('a[rel*=facebox]').facebox() 

});
