/*
$(function() {
	
});
*/

$(document).ready(function(){
	$("#lineupCarousel").jCarouselLite({
		/*btnNext: ".next",
		btnPrev: ".prev"*/
		visible:3,
		auto:3000,
		speed:500,
		circular:true
	});
	
	//Examples of how to assign the ColorBox event to elements
	$("a[rel='2009pics']").colorbox();
});
