// Carousel
$(function(){
	$.unobtrusivelib();
	prettyPrint();
	$("div.feature").carousel(
	{
		autoSlide: true,
		autoSlideInterval: 12000
	} );
});

