function dom_init() {

  $(function() {
    $(".carousel").jCarouselLite({
        'btnNext': '.next',
    	'btnPrev': '.prev',
   });
  });

  // See http://fancybox.net/api for all options
  
  $("a.inline").fancybox({
  	'overlayOpacity' : 0.5,
  	'overlayColor' : '#bcb1ab',
  	'titleShow' : false
  	//'transitionIn' : 'elastic' 
  });
  
  $("a.imagelink").fancybox({
    'speedIn' : 600,
    'speedOut' : 300
	});
	
	// Google maps
}
