$(function(){


	// The following line will simultaneously track any link to an email address, pdf file,
	// or external site in google analytics and open said link in a new window.
	// Please remove if this is not necessary.
	$("a[href$='.pdf'],a[href^='http://'],a[href^='mailto:']").attr("target","_blank").click(function(){ _gaq.push(['_trackPageview', $(this).attr('href')]); });
});


//jCarouselLite
    $(function() {
        $(".slider").jCarouselLite({
        btnNext: ".next",
        btnPrev: ".prev",
        visible: 6
    });
});
