$.noConflict();

Cufon.replace('#nav, #rightcol h2', {
fontFamily:'Trajan Pro',
hover: {
		textShadow: '2px 2px black'
	}
});

Cufon.replace('ul#na_listing li div.title', {
fontFamily:'Trajan Pro'
});

Cufon.replace('.online a, .pdf a, .trials a', {
fontFamily:'EircomHeadline2',
hover: true
});

Cufon.replace('h1', {
fontFamily:'Edwardian Script ITC',
hover: true
});

  jQuery(document).ready(function($) {
    // Code that uses jQuery's $ can follow here.

	 $(".jCarouselLite").jCarouselLite({
        btnNext: ".next",
        btnPrev: ".prev",
		visible: 2,
		circular: false
    });

	$(".jGallery").jCarouselLite({
        btnNext: ".next",
        btnPrev: ".prev",
		visible: 4
    });


	$('.slideshow').innerfade({
						speed: 1000,
						timeout: 6000,
						type: 'random_start',
						containerheight: '360px'
					});


  });
