function equalHeights(strObj){
    var numHeight = 0;
    $(strObj).each(function(){
        if($(this).height() > numHeight){
            numHeight = $(this).height();
        }
    });
    $(strObj).each(function(){
        $(strObj).height(numHeight);
    });
}
$(document).ready(function(){
    if (!$('#mycarousel').has("li")) {
        $('#mycarousel').remove();
        $('div[class^="jcarousel"]').remove();
    }
    if (!($('#mycarousel li').html())){
        $('#mycarousel').remove();
        $('div[class^="jcarousel"]').remove();
        $('.product-info').css({
            'padding-top':'15px'
        });
    }
    if ( ($('#mycarousel').has("li")) || ($('#mycarousel li').html()) ){
        jQuery('#mycarousel').jcarousel({
            vertical: false,
            scroll: 1
        });
    }


    jQuery('#logos_list').jcarousel({
        vertical: false,
        scroll: 1,
        auto: 1,
        animation: 3000,
        wrap: 'circular'
    });

	

  
});
$(window).load(function(){
  	 if($('#text_remove').html() != undefined){
        $('#text_remove').html($('#text_remove').html().replace("Ilo\u015b\u0107:",""));

    }

	
   
    $('#main_rotator').cycle({
        fx: 'fade',
		pager: '#rotator_pagination'
    });
	


});
	
