$(function(){
	$('#carousel').infiniteCarousel({
 		transitionSpeed : 1000,
 		displayTime : 8000,
 		textholderHeight : .07,
 		displayProgressBar : true,
 		displayThumbnailNumbers: false,
 		displayThumbnailBackground: true,
 		thumbnailWidth: '39px',
 		thumbnailHeight: '39px',
 		easeLeft: 'easeOutBack',
 		easeRight: 'easeOutBack',
 		imagePath: 'images/',
 		padding: '3px',
 		showControls: true,
 		autoHideControls: true
	});
});

