$(document).ready( function() {
	$('#thumbnails a').colorbox();
	$('#thumbnails').jcarousel({
	    // Configuration goes here
	});
});


