$(function() {
    $(".websites").jCarouselLite({
        btnNext: ".next",
        btnPrev: ".prev",
        visible: 4,
        speed: 1000,
        scroll: 3,
        circular: true,
    });
});
function show_feature($feature)
{
	$(".feature").hide('slow');
	$("#"+$feature).show('slow');
}
