$(function(){
	try{
		$('.slider').mobilyslider({
			content: '.sliderContent',
			children: 'div',
			orientation: 'horizontal',
			animationSpeed: 10,
			autoplay: true,
			autoplaySpeed: 8000,
			pauseOnHover: false,
			bullets: false
		});
	}catch(e){}
	
	try{
		jQuery(document).ready(function() {
		    jQuery('#mycarousel').jcarousel({
		        wrap: 'circular',
		        auto:1,
		        scroll:1
		    });
		});
		/*$('#mycarousel').jcarousel({
		    wrap: 'circular',
	    	auto:1,
	    	scroll:1
	    });*/
	}catch(e){}
	
});

function abrirTela(link, titulo){
    var t = titulo;
    var a = link + "&KeepThis=true&TB_iframe=true&height=480&width=935";
    var g = false;
    tb_show(t,a,g);
}
