$(function() {
	$("#top-nav li:last, #cta .section:last,  #info .section:last, #footer .section:last, .links li:last-child, fieldset:last, .scrollable a:nth-child(6n), #cta.large .section:nth-child(3n), .top-button:last").addClass("last");
	$(".section.exp-coll:first").addClass("first");
	$(".error").click(function() {
		$(this).removeClass("error");
	});
	$("h2.expand").toggler();
	$(".pop a, .enlarge, .friend").fancybox({overlayOpacity: 0.5, overlayColor: '#000'});
	$(".scrollable").scrollable();
	$(".slider").anythingSlider({
	    easing: "easeInOutExpo",       
	    autoPlay: true,                 
	    delay: 4000,                   
	    startStopped: false,           
	    animationTime: 600,             
	    hashTags: false,               
	    buildNavigation: true,        
		pauseOnHover: false          
	 	});
	
	$(".promofolder").fancybox({
		'width'				: '80%',
		'height'			: '80%',
        'autoScale'     	: false,
        'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe',
		'titleShow'			: false
	});
	
	$(".slider-text a[target='_blank'], a.section[target='_blank'], a.top-button[target='_blank'], .side .section a.button[target='_blank']").fancybox({
		'width'				: '75%',
		'height'			: '75%',
        'autoScale'     	: false,
        'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe'
	});
	
});
