$(document).ready(function() {
	$("#featureCarousel").featureCarousel({
		smallFeatureWidth:300,
		smallFeatureHeight:184,
		smallFeatureOffset:45,
		topPadding:0,
		sidePadding:0,
		counterStyle:0
		// include options like this:
		// (use quotes only for string values, and no trailing comma after last option)
		// option: value,
		// option: value
	});
	
	$('a[rel*=facebox]').facebox({
		loading_image : 'loading.gif',
		close_image   : 'closelabel.gif'
	}) 
});
