$(document).ready(function(){
	$('#container').galleriffic('#navigation', {
		delay:                2000,
		numThumbs:            12,
		imageContainerSel:    '#slideshow',
		controlsContainerSel: '#controls',
		titleContainerSel:    '#image-title',
		descContainerSel:     '#image-desc',
		downloadLinkSel:      '#download-link'
	});
});