(function($){$(function(){var jcarousel=$('.jcarousel');var hasElem=$('ul.paging_btns .active').length;if(hasElem){var currentItemId=$('ul.paging_btns .active').attr('id');var numCount=currentItemId.length;var currentItemNum=currentItemId.substr(4,numCount-4);} var animTime=200;jcarousel.on('jcarousel:reload jcarousel:create',function(){var width=jcarousel.innerWidth();var newWidth;var caruselWidth=width;var items=$('.jcarousel').jcarousel('items');var itemCount=items.length;var isNumeric=$('ul.paging_btns li').hasClass('nbox');var itemsFullWidth;if(!isNumeric){if(width<500){width=(width/2)-2;}else if(width>=500&&width<=750){width=width/3;}else if(width>750){width=width/4;} width=width-2;itemsFullWidth=itemCount*width;$('ul.paging_btns li.button_style').css('width',width+'px');}else{var numericItemsWidth=$('ul.paging_btns li.nbox').outerWidth(true);itemsFullWidth=itemCount*numericItemsWidth;$('ul.paging_btns li.button_style').css('width','auto');$('ul.paging_btns li.button_style').css('height','auto');} if(caruselWidth