/********************************************************************************/
/* Colleens super duper JS File! \o/
/********************************************************************************/
$(function()
{
speaker_spotlight();
});

// speaker spotlight
function speaker_spotlight()
{
	$("ul#speaker_spotlight li").css("clear", "none");
	$("ul#speaker_spotlight").jcarousel({
		scroll: 1, visible: 1, auto: 0, wrap: "both"
	});
}
