$(document).ready(function(){
	$("a[rel='cbox']").colorbox();
	$("a[rel='cbox_slide']").colorbox({slideshow:true,slideshowSpeed:5000});

    $("#GZ_content a.tooltip[title]").tooltip({ 
        tip: '#dynatip',
        position: 'center right',
        offset: [10, 2], 
        effect: 'slide' 
    }).dynamic( { 
        bottom: { 
            direction: 'down', 
            bounce: true 
        } 
    });
    
    $("#GZ_content :input.tooltip").tooltip({ 
        tip: '#dynatip',
        position: 'center right',
        offset: [-2, 10], 
        effect: 'fade' ,
    	opacity: 0.9
    });
    
    $("#GZ_content :input.tooltip_bottom").tooltip({ 
        tip: '#dynatip',
        position: 'bottom center',
        offset: [10, 10], 
        effect: 'fade' ,
    	opacity: 0.9
    });
});
