(function($) {
$(document).ready(function(){
    $("#moduloTwitter").tweet({
      join_text: "auto",
      username: "BestBuyMexico",
      avatar_size: 48,
      count: 6,
      auto_join_text_default: "BestBuyMexico: ", 
      auto_join_text_ed: "we",
      auto_join_text_ing: "we were",
      auto_join_text_reply: "BestBuyMexico: ",
      auto_join_text_url: "we were checking out",
      loading_text: "Cargando tweets..."
    });
    
    $('#moduloOfertas').jcarousel({
      vertical: true,
      scroll: 3,
      buttonNextHTML: '<div>Bajar<\/div>',
      buttonPrevHTML: '<div>Subir<\/div>' 	
    });
	 
    $('#rss_items').jcarousel({
      vertical: true,
      scroll: 1,
      buttonNextHTML: '<div>Bajar</div>',
      buttonPrevHTML: '<div>Subir</div>'     
    });
});
})(jQuery);

