
(function($){
$(document).ready(function() {
    $("a.openiframe").colorbox({width:"90%", height:"90%", iframe:true});
    $("#submenu a[target^='_blank']").colorbox({width:"90%", height:"90%", iframe:true});
    });
})(jQuery);

(function($){
$(document).ready(function() {

		$(".thumbs a[rel^='prettyPhoto']").colorbox();
    
    $('.teste').each(function()
 {
      $(this).click(function(){
			return false;
		});
      $(this).qtip({
    				content:  $(this).next().html(),
    				position: {
    					at: 'right center',
    					my: 'center left'
    				},
    				show: {
    					event: 'mouseenter'
    				},
    				hide: {
    					fixed: true,
    					delay: 100,
    					event: 'mouseleave'
    				},
    				style: {
    					tip: true
    				}
    			});
   });
    
    
    /* Using custom settings */
    
    /*$("#tabs ul a").click(function(){
		pageTracker._trackEvent('produto', 'tab_click', $(this).attr('hash'));
    });*/
    $("#ampliar").click(function(){
	link=$(".thumbs a[rel^='prettyPhoto']").get(0);
	$(link).trigger('click');
      });

    $("#imptab").click(function(){
	
	$("a[href^='#personalization']").trigger('click');
      });

});
})(jQuery);

