/*
	custom.js
	Special javascript for IM site.
*/

var g_carousel= {};

// We need this to resize around images :(
$(function() {
	carouselInit(g_carousel, {
		$me: $('#carousel'),
		speed: 4000,
		radius: 400,
		itemWidth: 99,
		itemHeight: 84,
		y0: 45,
		focus: 0.4 
	});
});

// EOF

