$.fn.infiniteCarousel = function () {

    function repeat(str, num) {
        return new Array( num + 1 ).join( str );
    }
  
    return this.each(function () {
        var $wrapper = $('> div', this).css('overflow', 'hidden'),
            $slider = $wrapper.find('> ul'),
            $items = $slider.find('> li'),
            $single = $items.filter(':first'),
            
            singleWidth = $single.outerWidth(), 
            visible = Math.ceil($wrapper.innerWidth() / singleWidth), // note: doesn't include padding or border
            currentPage = 1,
            pages = Math.ceil($items.length / visible);            


        // 1. Pad so that 'visible' number will always be seen, otherwise create empty items
        if (($items.length % visible) != 0) {
            $slider.append(repeat('<li class="empty" />', visible - ($items.length % visible)));
            $items = $slider.find('> li');
        }

        // 2. Top and tail the list with 'visible' number of items, top has the last section, and tail has the first
        $items.filter(':first').before($items.slice(- visible).clone().addClass('cloned'));
        $items.filter(':last').after($items.slice(0, visible).clone().addClass('cloned'));
        $items = $slider.find('> li'); // reselect
        
        // 3. Set the left position to the first 'real' item
        $wrapper.scrollLeft(singleWidth * visible);
        
        // 4. paging function
        function gotoPage(page) {
            var dir = page < currentPage ? -1 : 1,
                n = Math.abs(currentPage - page),
                left = singleWidth * dir * visible * n;
            
            $wrapper.filter(':not(:animated)').animate({
                scrollLeft : '+=' + left
            }, 500, function () {
                if (page == 0) {
                    $wrapper.scrollLeft(singleWidth * visible * pages);
                    page = pages;
                } else if (page > pages) {
                    $wrapper.scrollLeft(singleWidth * visible);
                    // reset back to start position
                    page = 1;
                } 

                currentPage = page;
            });                
            
            return false;
        }
        
        $wrapper.after('<a class="arrow back"></a><a class="arrow forward"></a>');
        
        // 5. Bind to the forward and back buttons
        $('a.back', this).click(function () {
            return gotoPage(currentPage - 1);                
        });
        
        $('a.forward', this).click(function () {
            return gotoPage(currentPage + 1);
        });
        
        // create a public interface to move to a specific page
        $(this).bind('goto', function (event, page) {
            gotoPage(page);
        });
    });  
};


Cufon.replace(".languages span, .more, .select_caso, .dropdown ul li a, h1, h2, h3, h4, h5",{hover: true});

function PopupCenter(pageURL, title,w,h) {
var left = (screen.width/2)-(w/2);
var top = (screen.height/2)-(h/2);
var targetWin = window.open (pageURL, title, 'toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, copyhistory=no, width='+w+', height='+h+', top='+top+', left='+left);
}

$(function(){
	/*$("#varios").fancybox({
		'width'				: '560',
		'height'			: '340',
        'autoScale'     	: true,
        'autoDimensions'	: false,
        'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe'
	});*/

        $("a[rel^='prettyPhoto']").prettyPhoto({hideflash: true});

	$(".campaigns").fancybox({
		'width'				: '65%',
		'height'			: '65%',
        'autoScale'     	: false,
		'transitionIn'		: 'elastic',
		'transitionOut'		: 'elastic',
		'titlePosition'		: 'inside',
		'overlayOpacity'	: '0.7',
		'type'				: 'iframe'
	});

			
	$('.infiniteCarousel').infiniteCarousel();
    $('#slideshow').cycle({
    autostopCount:     4,
   	pager:             '#dots',
    timeout:           5000
   	});



	$('.caso').hover(function () {
		$(this).addClass('flechahover');
	},
	function () {
		$(this).removeClass('flechahover');
	});

	$('.branding li').hover(function () {
		$(this).addClass('flechahover');
	},
	function () {
		$(this).removeClass('flechahover');
	});
	

	$('.more').click(function () {
		$('.wrapclientes').toggle(200);
		if ($('.more').text() == 'ver mas clientes') {
			$('.more').text('ver menos clientes');
		} else {
			$('.more').text('ver mas clientes');
		}
	});
	
	
	$('.caso').click(function () {
		$('.select_caso').hide(); 
		$('#content').find('.casoabierto').hide(); 
		$('#content').find('.casoabierto').removeClass('casoabierto'); 
		$('#content').find('.caso').removeClass('casoactive'); 
		$('#content').find('.dialogo').hide(); 
		$(this).addClass('casoactive');
		var iid = $(this).find('.titulo a').attr('id');
		$("#b_" + iid).slideToggle(300);
		$("#b_" + iid).addClass('casoabierto');
		var opcionabierta = iid.replace("caso", "reto");
		$("#" + opcionabierta).addClass('show');
				
	});



	$('.clicka').click(function () {
		$(".infocaso").css("display", "none");
		var iid2 = $(this).attr('id');
		$(".show").hide();
		$('.dialogo').find('.show').removeClass('show'); 
		$("#" + iid2.replace("show_", "")).addClass("show");
		$(".clicka").removeClass("estrategiahover");
		$(".clicka").removeClass("retohover");
		$(".clicka").removeClass("resultadohover");
		if ($(this).hasClass("reto")) { $(this).addClass("retohover"); }
		if ($(this).hasClass("estrategia")) { $(this).addClass("estrategiahover"); }
		if ($(this).hasClass("resultado")) { $(this).addClass("resultadohover"); }
			
		$("#" + iid2.replace("show_", "")).slideToggle(300);
	});

	$('.boxes li').click(function () {
		location.href = $(this).find('.do').attr('href');
	});

	
    $("ul.dropdown li").hover(function(){
        $(this).addClass("hover");

        $('ul:first',this).css('display', 'block');
    }, function(){
        $(this).removeClass("hover");
        $('ul:first',this).css('display', 'none');
    });
    $("ul.dropdown li ul li:has(ul)").find("a:first").append(" &raquo; ");

	$(".sobrek").hover(function(){
        $('.sobrek .mainli .flechita').show();
        $('.sobrek .mainli').addClass('hover');
    }, 
  	function () {
    	$(this).find(".flechita").hide();
  	}
	);
  
	$(".servicios").hover(function(){
        $('.servicios .mainli .flechita').show();
        $('.servicios .mainli').addClass('hover');
    }, 
  	function () {
    	$(this).find(".flechita").hide();
  	});    
	

	$(".sobrek ul li a").hover(function(){
        $('.sobrek .mainli .flechita').show();
        $('.sobrek .mainli').addClass('hover');
    }, 
  	function () {
    	$(this).find(".flechita").hide();
  	}
	);
  
	$(".servicios ul li a").hover(function(){
        $('.servicios .mainli .flechita').show();
        $('.servicios .mainli').addClass('hover');
    }, 
  	function () {
    	$(this).find(".flechita").hide();
  	});    
	

});

