$(function(){
	$('#slides #sections').carousel({loop:true,autoSlide:true,autoSlideInterval:6000,delayAutoSlide:6000,dispItems:1,effect:"fade",pagination:true});
	$('.news .news-list-carousel').carousel({direction: "vertical", loop:true,autoSlide:true,autoSlideInterval:4000,delayAutoSlide:2000,dispItems:2,effect:"fade",pagination:false}); 
	$('#premium-list').carousel({loop:true,direction:"vertical",autoSlide:true,autoSlideInterval:4000,delayAutoSlide:2000,dispItems:2,effect:"fade",pagination:false}); 
	$("dl.tabs dt").click(function(){
		$(this)
		.siblings().removeClass("selected").end()
		.next("dd").andSelf().addClass("selected");
	});
	$('#filial, #language').click(function(){
		$(this).children('.list').slideDown('fast').end().mouseleave(function(){
			$(this).children('.list').slideUp('fast');
		});
	});
	$("a[href^=http://webim.brocompany.com]").click(function(){window.open(this.href);return false;});
}); 
