$(function() {
		   
	$(".HomeanythingSlider").anythingSlider({
        easing: "easeInOutExpo",       
        autoPlay: true,                 
        delay: 3000,                   
        startStopped: false,           
        animationTime: 600,             
        hashTags: false,               
        buildNavigation: false,        
		pauseOnHover: true          
    });
		   
	$(".anythingSlider").anythingSlider({
        easing: "easeInOutExpo",       
        autoPlay: true,                 
        delay: 3000,                   
        startStopped: false,           
        animationTime: 600,             
        hashTags: false,               
        buildNavigation: true,        
		pauseOnHover: true          
    });
    
    $("h3.expand").toggler();
    $("ul.sub-tabs").tabs("div.panes > div"); 
    $(".scrollable").scrollable();
    $(".pop-link, .gallery.pop a").fancybox({
    	overlayOpacity: 0.8,
    	overlayColor: '#000'
    });
    
	$("#quotes li:last, .item:last, .item:last .item-main, .gallery li:nth-child(4n), .gallery.large li:nth-child(4n), #side-nav li:last, p.text:last, #cta a:nth-child(3n)").addClass("last");
});





