$(document).ready(function() {

	$(function(){
		setTimeout(function () {
			$('<a/>').
			attr('href',"media/images/banners/calendario_treinamentos.jpg").
			attr('rel','prettyPhoto').
			attr('id', 'pop-up-home').
			prettyPhoto({overlay_gallery: false}).click();
		}, 2000);
		/*setTimeout(function(){
			$('#fullResImage').click(function(){
			location.href='http://www.acinol.com.br/index.php/static/credit_analysis';
			});
		}, 3000)*/
		})

    $('div.notices ul li h3 a').qtip({
        content: {
         text: false // Use each elements title attribute
        },
        position: {
          corner: {
             tooltip: 'topRight', // Use the corner...
             target: 'bottomLeft' // ...and opposite corner
          }
        },
        style: {
          border: {
             width: 2,
             radius: 4
          },
          fontSize: '13px',
          padding: 4, 
          textAlign: 'left',
          tip: true, // Give it a speech bubble tip with automatic corner detection
          name: 'cream' // Style it according to the preset 'cream' style
        }
    });
	
	$('#banner').jdSlider({
		delay : 4000,
		height : 218,
		width  : 590,
		transitions : 'sliceFade',
		showCaption : 'hover',
		showSelectors : false,
		showNavigation : false
	});
});
