////////////////////////////////////////////////
// JavaScript Document                        //
// Scripts Gerais para o Blog                 //
// Mateus Araújo <mateus@alias.com.br>        //
////////////////////////////////////////////////

$(document).ready(function(){
	$('#conteudo_pg').cycle({
		fx: 'scrollHorz',
		timeout: 600000,
		prev:   '#last', 
    	next:   '#next'
	});	
	$('#slider_marcas').cycle({
		fx: 'scrollHorz',
		timeout: 600000,
		prev:   '#lastM', 
    	next:   '#nextM'
	});
	$('#slider_blog').cycle({
		fx: 'scrollVert',
		timeout: 600000,
		prev:   '#acimaBtn', 
    	next:   '#abaixo'
	});	
	$('#login_box').tabs({ fxShow: { height: 'show', opacity: 'show', remote:true } });
});
