$(document).ready(function(){$('.tabs-content').each(function(){if($(this).find('ul li').length>3){if($(this).find('ul.arrowed').is(":visible"))
{$(this).find('ul.arrowed').jcarousel({vertical:true,scroll:1});$(this).find('.jcarousel-clip').height($('.tabs-content ul li').getHeightOfItems(3));};};});});