// JavaScript Document
//jQuery(function(){jQuery('ul.sf-menu').superfish({delay:0, speed: 'fast', autoArrows: false, dropShadows: false});});



$(document).ready(function() {
   			$('.in-slideshow-rotate').cycle({fx:'scrollHorz', timeout:5000,  speed:500, pager:'.splash-control', pagerAnchorBuilder: function(idx, slide) { return '<li class="in-splash-paginate-no"><a href="#"></a></li>'; } });
});

jQuery(document).ready(function() {
	jQuery('#jcarousel-content-6').jcarousel({wrap: 'circular', scroll:6});
    jQuery('#jcarousel-content-3').jcarousel({wrap: 'circular', scroll:3});
	jQuery('#jcarousel-content-5').jcarousel({wrap: 'circular', scroll:5});
	jQuery('#jcarousel-content-7').jcarousel({wrap: 'circular', scroll:7});
	jQuery('#jcarousel-content-1').jcarousel({wrap: 'circular', scroll:1});
});

jQuery(function(){
	jQuery('ul.sf-menu').superfish({delay: 1000, animation: {opacity:'show',height:'show'}, dropShadows: false, autoArrows: false, speed: 'fast'});
});

