// JavaScript Document
//jQuery(function(){jQuery('ul.sf-menu').superfish({delay:0, speed: 'fast', autoArrows: false, dropShadows: false});});


jQuery(document).ready(function() {
    jQuery('#jcarousel-content-3').jcarousel({wrap: 'circular', scroll:3});
	jQuery('#jcarousel-content-5').jcarousel({wrap: 'circular', scroll:5});
	jQuery('#jcarousel-content-1').jcarousel({wrap: 'circular', scroll:1});
});


