var tdFilmstrip;
(function($) {
	tdFilmstrip = {
		init : function() {
			// Create thumbnail carousel
			$("#filmstrip .thumbs").jcarousel({
				scroll: 4,
				animation: 500,
				easing: 'easeOutQuart'
			});
		},
		// Populated by collection/type
		pieceCarousel : null
	}
	$(document).ready(tdFilmstrip.init);
})(jQuery);
