
$(document).ready(function(){
  $('.tooltip').tooltip({
	track: true,
	delay: 0,
	showURL: false,
	showBody: " - ",
	fade: 250
  }); 
});
  
  
jQuery(document).ready(function() {
 jQuery('#mycarousel').jcarousel({
 auto: 0, // Number of seconds to automatically move on
 scroll: 4,
 animation: 1000,
 easing: "swing"
 });
}); 

Cufon.replace('.type_ad', { fontFamily: 'type_ad' });
Cufon.replace('.type_gh', { fontFamily: 'type_gh' });

$(function() {
	$("#tabs").tabs();
	$("#fb_tabs").tabs();
});

$(document).ready(function(){
   $("a.colorbox").colorbox();
   $("a[rel='gallery']").colorbox({transition:"fade"}); 
}); 

$(document).ready(function(){
	$("#acc_list").accordion({ 
		active: false,
		autoHeight: false,
		collapsible: true			
		});
  });







