//
// InterLand jQuery
//
// By 820Media
//

// CUFON
Cufon.replace('h1,h2,h3,h4,span', {
	
}); 
Cufon.replace('.calltoaction', {
    textShadow: '#4e4e4e 0 1px',
});

// CONFIGURE SLIDER
$(window).load(function() {
    $('#slider').nivoSlider();
});

// CONFIGURE TABS
$(document).ready(function(){
	
	$(".toggle_content").hide();
	   $(".toggle").click(function(){
	   $(this).toggleClass("toggle-true").next().slideToggle("slow");
	});
// CONFIGURE GALLERY THUMB	
	$('#gallery').cycle({ 
    	fx:     'fade', 
    	prev:   '.forward', 
    	next:   '.back', 
    	timeout: 3000 
    });
});
