$(document).ready(function(){
$('#gallery').galleryView({
        panel_width: 635,
        panel_height: 319,
        frame_width:100,
        frame_height: 60,
        frame_opacity: 1,
        filmstrip_position:'bottom',
        show_captions: false,
        frame_gap: 10,
        overlay_opacity: 0.9,
        transition_interval: 5000,
        transition_speed: 600,
        filmstrip_style: 'scroll',
        pointer_size: 6,
        animate_pointer: false,
        panel_animation: 'crossfade',
        show_panel_nav: true
    });


$('#tabs').tabs();

$('#publicidade').cycle(); 
$('.abre_projeto').click(function(e){
	$('#projeto_detalhes').load($(this).attr('href'))
	$('#projeto_detalhes').fadeIn(); 
	return false; 
}); 
			
$('.fechar_projeto').click(function(e){
	$('#projeto_detalhes').fadeOut(); 
});
	  
var dominio_desejado=$.cookie('dominio_desejado'); 
$('.cfhidden').attr('value',dominio_desejado); 
		


}); 


