$(function(){
	$('#carousel').infiniteCarousel({
		transitionSpeed: 800,
		displayTime: 6000,
		inView:4,
		advance:1,
		imagePath: 'Assets/Images/',
		easeLeft: 'easeOutQuart',
		easeRight:'easeOutQuart',
		textholderHeight : .45,
		padding:'10px',
		autoHideCaptions: true,
		prevNextInternal: false
	});
	$('div.thumb').parent().css({'margin':'0 auto','width':'300px'});
	$('#carouselWrapper > div:eq(1)').css('margin-top','56px');
	$('#carouselWrapper > div:eq(2)').css('margin-top','56px');
});
