// THE CHAIR 
// CONTENT TRANSITIONS
// DEVELOPED BY THINK MG


//-----------------------------------------------------------------
//IE7 CLEARTYPE FIX FOR FADES
//-----------------------------------------------------------------
jQuery.fn.fadeIn = function(speed, callback) { 
    return this.animate({opacity: 'show'}, speed, function() { 
        if (jQuery.browser.msie)  
            this.style.removeAttribute('filter');  
        if (typeof callback == 'function')  
            callback();  
    }); 
}; 
 
jQuery.fn.fadeOut = function(speed, callback) { 
    return this.animate({opacity: 'hide'}, speed, function() { 
        if (jQuery.browser.msie)  
            this.style.removeAttribute('filter');  
        if (typeof callback == 'function')  
            callback();  
    }); 
}; 
 
jQuery.fn.fadeTo = function(speed,to,callback) { 
    return this.animate({opacity: to}, speed, function() { 
        if (to == 1 && jQuery.browser.msie)  
            this.style.removeAttribute('filter');  
        if (typeof callback == 'function')  
            callback();  
    }); 
};

jQuery.noConflict();
jQuery(document).ready(function () {
							
//-----------------------------------------------------------------
//AWARDS PAGE
//-----------------------------------------------------------------

	jQuery(".awards_content_holder").hide();
	jQuery(".awards_content_holder").fadeIn("600");
		
//-----------------------------------------------------------------
//PRICE LIST PAGES
//-----------------------------------------------------------------
	
	jQuery("#services_container").hide();
	jQuery("#content_services_nails").hide();	
	jQuery("#content_services_cutting").hide();	
	jQuery("#content_services_colour").hide();
	jQuery("#content_services_racoon").hide();
	jQuery("#content_services_wedding").hide();
	jQuery("#content_services_escentuals").hide();	
	jQuery("#content_pricelist_cutting").hide();
	jQuery("#content_pricelist_blowdry").hide();
	jQuery("#content_pricelist_children").hide();
	jQuery("#content_pricelist_colour").hide();
	jQuery("#content_pricelist_easimesh").hide();
	jQuery("#content_pricelist_colourcorrection").hide();
	jQuery("#content_pricelist_wave").hide();
	jQuery("#content_pricelist_racoon").hide();
	jQuery("#content_pricelist_extenzo").hide();
	jQuery("#content_pricelist_weddings").hide();
	jQuery("#content_pricelist_gift").hide();
	jQuery("#content_pricelist_makeup").hide();
	jQuery("#content_pricelist_visiting").hide();
	jQuery("#content_pricelist_nails").hide();
	jQuery("#content_training_cutting").hide();
	jQuery("#content_training_colouring").hide();
	jQuery("#content_training_foil").hide();
	jQuery("#content_training_xtenso").hide();
	jQuery("#content_training_wave").hide();
	
	
	//services - cutting
	jQuery(".services_cutting").click(function () {
		jQuery("#pricelist_container").hide();
		jQuery("#services_container").show();
		jQuery("#content_services_colour").hide();
		jQuery("#content_services_racoon").hide();	
		jQuery("#content_services_wedding").hide();
		jQuery("#content_services_escentuals").hide();
		jQuery("#content_pricelist_cutting").hide();
		jQuery("#content_pricelist_blowdry").hide();
		jQuery("#content_pricelist_children").hide();
		jQuery("#content_pricelist_colour").hide();
		jQuery("#content_pricelist_easimesh").hide();
		jQuery("#content_pricelist_colourcorrection").hide();
		jQuery("#content_pricelist_wave").hide();
		jQuery("#content_pricelist_racoon").hide();
		jQuery("#content_pricelist_extenzo").hide();
		jQuery("#content_pricelist_weddings").hide();
		jQuery("#content_pricelist_gift").hide();
		jQuery("#content_pricelist_makeup").hide();
		jQuery("#content_pricelist_visiting").hide();
		jQuery("#content_pricelist_nails").hide();
		jQuery("#content_training_cutting").hide();
		jQuery("#content_training_colouring").hide();
		jQuery("#content_training_foil").hide();
		jQuery("#content_training_xtenso").hide();
		jQuery("#content_training_wave").hide();
		jQuery("#content_services_cutting").slideDown("600");
	});
	
	//services - colour
	jQuery(".services_colour").click(function () {
		jQuery("#pricelist_container").hide();
		jQuery("#services_container").show();
		jQuery("#content_services_cutting").hide();
		jQuery("#content_services_racoon").hide();
		jQuery("#content_services_wedding").hide();
		jQuery("#content_services_escentuals").hide();
		jQuery("#content_pricelist_cutting").hide();
		jQuery("#content_pricelist_blowdry").hide();
		jQuery("#content_pricelist_children").hide();
		jQuery("#content_pricelist_colour").hide();
		jQuery("#content_pricelist_easimesh").hide();
		jQuery("#content_pricelist_colourcorrection").hide();
		jQuery("#content_pricelist_wave").hide();
		jQuery("#content_pricelist_racoon").hide();
		jQuery("#content_pricelist_extenzo").hide();
		jQuery("#content_pricelist_weddings").hide();
		jQuery("#content_pricelist_gift").hide();
		jQuery("#content_pricelist_makeup").hide();
		jQuery("#content_pricelist_visiting").hide();
		jQuery("#content_pricelist_nails").hide();
		jQuery("#content_training_cutting").hide();
		jQuery("#content_training_colouring").hide();
		jQuery("#content_training_foil").hide();
		jQuery("#content_training_xtenso").hide();
		jQuery("#content_training_wave").hide();
		jQuery("#content_services_colour").slideDown("600");
	});
	
	//services - racoon
	jQuery(".services_racoon").click(function () {
		jQuery("#pricelist_container").hide();
		jQuery("#services_container").show();
		jQuery("#content_services_cutting").hide();
		jQuery("#content_services_colour").hide();
		jQuery("#content_services_wedding").hide();
		jQuery("#content_services_escentuals").hide();
		jQuery("#content_pricelist_cutting").hide();
		jQuery("#content_pricelist_blowdry").hide();
		jQuery("#content_pricelist_children").hide();
		jQuery("#content_pricelist_colour").hide();
		jQuery("#content_pricelist_easimesh").hide();
		jQuery("#content_pricelist_colourcorrection").hide();
		jQuery("#content_pricelist_wave").hide();
		jQuery("#content_pricelist_racoon").hide();
		jQuery("#content_pricelist_extenzo").hide();
		jQuery("#content_pricelist_weddings").hide();
		jQuery("#content_pricelist_gift").hide();
		jQuery("#content_pricelist_makeup").hide();
		jQuery("#content_pricelist_visiting").hide();
		jQuery("#content_pricelist_nails").hide();
		jQuery("#content_training_cutting").hide();
		jQuery("#content_training_colouring").hide();
		jQuery("#content_training_foil").hide();
		jQuery("#content_training_xtenso").hide();
		jQuery("#content_training_wave").hide();
		jQuery("#content_services_racoon").slideDown("600");
	});
	
	//services - wedding services
	jQuery(".services_wedding").click(function () {
		jQuery("#pricelist_container").hide();
		jQuery("#services_container").show();
		jQuery("#content_services_cutting").hide();
		jQuery("#content_services_colour").hide();
		jQuery("#content_services_racoon").hide();
		jQuery("#content_services_escentuals").hide();
		jQuery("#content_pricelist_cutting").hide();
		jQuery("#content_pricelist_blowdry").hide();
		jQuery("#content_pricelist_children").hide();
		jQuery("#content_pricelist_colour").hide();
		jQuery("#content_pricelist_easimesh").hide();
		jQuery("#content_pricelist_colourcorrection").hide();
		jQuery("#content_pricelist_wave").hide();
		jQuery("#content_pricelist_racoon").hide();
		jQuery("#content_pricelist_extenzo").hide();
		jQuery("#content_pricelist_weddings").hide();
		jQuery("#content_pricelist_gift").hide();
		jQuery("#content_pricelist_makeup").hide();
		jQuery("#content_pricelist_visiting").hide();
		jQuery("#content_pricelist_nails").hide();
		jQuery("#content_training_cutting").hide();
		jQuery("#content_training_colouring").hide();
		jQuery("#content_training_foil").hide();
		jQuery("#content_training_xtenso").hide();
		jQuery("#content_training_wave").hide();
		jQuery("#content_services_wedding").slideDown("600");
	});
	
	//services - escentuals
	jQuery(".services_escentuals").click(function () {
		jQuery("#pricelist_container").hide();
		jQuery("#services_container").show();
		jQuery("#content_services_cutting").hide();
		jQuery("#content_services_colour").hide();
		jQuery("#content_services_racoon").hide();
		jQuery("#content_services_wedding").hide();
		jQuery("#content_pricelist_cutting").hide();
		jQuery("#content_pricelist_blowdry").hide();
		jQuery("#content_pricelist_children").hide();
		jQuery("#content_pricelist_colour").hide();
		jQuery("#content_pricelist_easimesh").hide();
		jQuery("#content_pricelist_colourcorrection").hide();
		jQuery("#content_pricelist_wave").hide();
		jQuery("#content_pricelist_racoon").hide();
		jQuery("#content_pricelist_extenzo").hide();
		jQuery("#content_pricelist_weddings").hide();
		jQuery("#content_pricelist_gift").hide();
		jQuery("#content_pricelist_makeup").hide();
		jQuery("#content_pricelist_visiting").hide();
		jQuery("#content_pricelist_nails").hide();
		jQuery("#content_training_cutting").hide();
		jQuery("#content_training_colouring").hide();
		jQuery("#content_training_foil").hide();
		jQuery("#content_training_xtenso").hide();
		jQuery("#content_training_wave").hide();
		jQuery("#content_services_escentuals").slideDown("600");
	});
	
	//price list - cutting
	jQuery(".pricelist_cutting").click(function () {
		jQuery("#pricelist_container").hide();
		jQuery("#services_container").show();
		jQuery("#content_services_cutting").hide();
		jQuery("#content_services_colour").hide();
		jQuery("#content_services_racoon").hide();
		jQuery("#content_services_wedding").hide();
		jQuery("#content_services_escentuals").hide();
		jQuery("#content_pricelist_blowdry").hide();
		jQuery("#content_pricelist_children").hide();
		jQuery("#content_pricelist_colour").hide();
		jQuery("#content_pricelist_easimesh").hide();
		jQuery("#content_pricelist_colourcorrection").hide();
		jQuery("#content_pricelist_wave").hide();
		jQuery("#content_pricelist_racoon").hide();
		jQuery("#content_pricelist_extenzo").hide();
		jQuery("#content_pricelist_weddings").hide();
		jQuery("#content_pricelist_gift").hide();
		jQuery("#content_pricelist_makeup").hide();
		jQuery("#content_pricelist_visiting").hide();
		jQuery("#content_pricelist_nails").hide();
		jQuery("#content_training_cutting").hide();
		jQuery("#content_training_colouring").hide();
		jQuery("#content_training_foil").hide();
		jQuery("#content_training_xtenso").hide();
		jQuery("#content_training_wave").hide();
		jQuery("#content_pricelist_cutting").slideDown("600");
	});
	
	//price list - blowdry
	jQuery(".pricelist_blowdry").click(function () {
		jQuery("#pricelist_container").hide();
		jQuery("#services_container").show();
		jQuery("#content_services_cutting").hide();
		jQuery("#content_services_colour").hide();
		jQuery("#content_services_racoon").hide();
		jQuery("#content_services_wedding").hide();
		jQuery("#content_services_escentuals").hide();
		jQuery("#content_pricelist_cutting").hide();
		jQuery("#content_pricelist_children").hide();
		jQuery("#content_pricelist_colour").hide();
		jQuery("#content_pricelist_easimesh").hide();
		jQuery("#content_pricelist_colourcorrection").hide();
		jQuery("#content_pricelist_wave").hide();
		jQuery("#content_pricelist_racoon").hide();
		jQuery("#content_pricelist_extenzo").hide();
		jQuery("#content_pricelist_weddings").hide();
		jQuery("#content_pricelist_gift").hide();
		jQuery("#content_pricelist_makeup").hide();
		jQuery("#content_pricelist_visiting").hide();
		jQuery("#content_pricelist_nails").hide();
		jQuery("#content_training_cutting").hide();
		jQuery("#content_training_colouring").hide();
		jQuery("#content_training_foil").hide();
		jQuery("#content_training_xtenso").hide();
		jQuery("#content_training_wave").hide();
		jQuery("#content_pricelist_blowdry").slideDown("600");
	});
	
	//price list - children
	jQuery(".pricelist_children").click(function () {
		jQuery("#pricelist_container").hide();
		jQuery("#services_container").show();
		jQuery("#content_services_cutting").hide();
		jQuery("#content_services_colour").hide();
		jQuery("#content_services_racoon").hide();
		jQuery("#content_services_wedding").hide();
		jQuery("#content_services_escentuals").hide();
		jQuery("#content_pricelist_cutting").hide();
		jQuery("#content_pricelist_blowdry").hide();
		jQuery("#content_pricelist_colour").hide();
		jQuery("#content_pricelist_easimesh").hide();
		jQuery("#content_pricelist_colourcorrection").hide();
		jQuery("#content_pricelist_wave").hide();
		jQuery("#content_pricelist_racoon").hide();
		jQuery("#content_pricelist_extenzo").hide();
		jQuery("#content_pricelist_weddings").hide();
		jQuery("#content_pricelist_gift").hide();
		jQuery("#content_pricelist_makeup").hide();
		jQuery("#content_pricelist_visiting").hide();
		jQuery("#content_pricelist_nails").hide();
		jQuery("#content_training_cutting").hide();
		jQuery("#content_training_colouring").hide();
		jQuery("#content_training_foil").hide();
		jQuery("#content_training_xtenso").hide();
		jQuery("#content_training_wave").hide();
		jQuery("#content_pricelist_children").slideDown("600");
	});
	
	//price list - colour
	jQuery(".pricelist_colour").click(function () {
		jQuery("#pricelist_container").hide();
		jQuery("#services_container").show();
		jQuery("#content_services_cutting").hide();
		jQuery("#content_services_colour").hide();
		jQuery("#content_services_racoon").hide();
		jQuery("#content_services_wedding").hide();
		jQuery("#content_services_escentuals").hide();
		jQuery("#content_pricelist_cutting").hide();
		jQuery("#content_pricelist_blowdry").hide();
		jQuery("#content_pricelist_children").hide();
		jQuery("#content_pricelist_easimesh").hide();
		jQuery("#content_pricelist_colourcorrection").hide();
		jQuery("#content_pricelist_wave").hide();
		jQuery("#content_pricelist_racoon").hide();
		jQuery("#content_pricelist_extenzo").hide();
		jQuery("#content_pricelist_weddings").hide();
		jQuery("#content_pricelist_gift").hide();
		jQuery("#content_pricelist_makeup").hide();
		jQuery("#content_pricelist_visiting").hide();
		jQuery("#content_pricelist_nails").hide();
		jQuery("#content_training_cutting").hide();
		jQuery("#content_training_colouring").hide();
		jQuery("#content_training_foil").hide();
		jQuery("#content_training_xtenso").hide();
		jQuery("#content_training_wave").hide();
		jQuery("#content_pricelist_colour").slideDown("600");
	});
	
	//price list - easimesh
	jQuery(".pricelist_easimesh").click(function () {
		jQuery("#pricelist_container").hide();
		jQuery("#services_container").show();
		jQuery("#content_services_cutting").hide();
		jQuery("#content_services_colour").hide();
		jQuery("#content_services_racoon").hide();
		jQuery("#content_services_wedding").hide();
		jQuery("#content_services_escentuals").hide();
		jQuery("#content_pricelist_cutting").hide();
		jQuery("#content_pricelist_blowdry").hide();
		jQuery("#content_pricelist_children").hide();
		jQuery("#content_pricelist_colour").hide();
		jQuery("#content_pricelist_colourcorrection").hide();
		jQuery("#content_pricelist_wave").hide();
		jQuery("#content_pricelist_racoon").hide();
		jQuery("#content_pricelist_extenzo").hide();
		jQuery("#content_pricelist_weddings").hide();
		jQuery("#content_pricelist_gift").hide();
		jQuery("#content_pricelist_makeup").hide();
		jQuery("#content_pricelist_visiting").hide();
		jQuery("#content_pricelist_nails").hide();
		jQuery("#content_training_cutting").hide();
		jQuery("#content_training_colouring").hide();
		jQuery("#content_training_foil").hide();
		jQuery("#content_training_xtenso").hide();
		jQuery("#content_training_wave").hide();
		jQuery("#content_pricelist_easimesh").slideDown("600");
	});
	
	//price list - colour correction
	jQuery(".pricelist_colourcorrection").click(function () {
		jQuery("#pricelist_container").hide();
		jQuery("#services_container").show();
		jQuery("#content_services_cutting").hide();
		jQuery("#content_services_colour").hide();
		jQuery("#content_services_racoon").hide();
		jQuery("#content_services_wedding").hide();
		jQuery("#content_services_escentuals").hide();
		jQuery("#content_pricelist_cutting").hide();
		jQuery("#content_pricelist_blowdry").hide();
		jQuery("#content_pricelist_children").hide();
		jQuery("#content_pricelist_colour").hide();
		jQuery("#content_pricelist_easimesh").hide();
		jQuery("#content_pricelist_wave").hide();
		jQuery("#content_pricelist_racoon").hide();
		jQuery("#content_pricelist_extenzo").hide();
		jQuery("#content_pricelist_weddings").hide();
		jQuery("#content_pricelist_gift").hide();
		jQuery("#content_pricelist_makeup").hide();
		jQuery("#content_pricelist_visiting").hide();
		jQuery("#content_pricelist_nails").hide();
		jQuery("#content_training_cutting").hide();
		jQuery("#content_training_colouring").hide();
		jQuery("#content_training_foil").hide();
		jQuery("#content_training_xtenso").hide();
		jQuery("#content_training_wave").hide();
		jQuery("#content_pricelist_colourcorrection").slideDown("600");
	});
	
	//price list - wave volumnize
	jQuery(".pricelist_wave").click(function () {
		jQuery("#pricelist_container").hide();
		jQuery("#services_container").show();
		jQuery("#content_services_cutting").hide();
		jQuery("#content_services_colour").hide();
		jQuery("#content_services_racoon").hide();
		jQuery("#content_services_wedding").hide();
		jQuery("#content_services_escentuals").hide();
		jQuery("#content_pricelist_cutting").hide();
		jQuery("#content_pricelist_blowdry").hide();
		jQuery("#content_pricelist_children").hide();
		jQuery("#content_pricelist_colour").hide();
		jQuery("#content_pricelist_easimesh").hide();
		jQuery("#content_pricelist_colourcorrection").hide();
		jQuery("#content_pricelist_racoon").hide();
		jQuery("#content_pricelist_extenzo").hide();
		jQuery("#content_pricelist_weddings").hide();
		jQuery("#content_pricelist_gift").hide();
		jQuery("#content_pricelist_makeup").hide();
		jQuery("#content_pricelist_visiting").hide();
		jQuery("#content_pricelist_nails").hide();
		jQuery("#content_training_cutting").hide();
		jQuery("#content_training_colouring").hide();
		jQuery("#content_training_foil").hide();
		jQuery("#content_training_xtenso").hide();
		jQuery("#content_training_wave").hide();
		jQuery("#content_pricelist_wave").slideDown("600");
	});
	
	//price list - racoon extentions
	jQuery(".pricelist_racoon").click(function () {
		jQuery("#pricelist_container").hide();
		jQuery("#services_container").show();
		jQuery("#content_services_cutting").hide();
		jQuery("#content_services_colour").hide();
		jQuery("#content_services_racoon").hide();
		jQuery("#content_services_wedding").hide();
		jQuery("#content_services_escentuals").hide();
		jQuery("#content_pricelist_cutting").hide();
		jQuery("#content_pricelist_blowdry").hide();
		jQuery("#content_pricelist_children").hide();
		jQuery("#content_pricelist_colour").hide();
		jQuery("#content_pricelist_easimesh").hide();
		jQuery("#content_pricelist_colourcorrection").hide();
		jQuery("#content_pricelist_wave").hide();
		jQuery("#content_pricelist_extenzo").hide();
		jQuery("#content_pricelist_weddings").hide();
		jQuery("#content_pricelist_gift").hide();
		jQuery("#content_pricelist_makeup").hide();
		jQuery("#content_pricelist_visiting").hide();
		jQuery("#content_pricelist_nails").hide();
		jQuery("#content_training_cutting").hide();
		jQuery("#content_training_colouring").hide();
		jQuery("#content_training_foil").hide();
		jQuery("#content_training_xtenso").hide();
		jQuery("#content_training_wave").hide();
		jQuery("#content_pricelist_racoon").slideDown("600");
	});
	
	//price list - extenzo straightening
	jQuery(".pricelist_extenzo").click(function () {
		jQuery("#pricelist_container").hide();
		jQuery("#services_container").show();
		jQuery("#content_services_cutting").hide();
		jQuery("#content_services_colour").hide();
		jQuery("#content_services_racoon").hide();
		jQuery("#content_services_wedding").hide();
		jQuery("#content_services_escentuals").hide();
		jQuery("#content_pricelist_cutting").hide();
		jQuery("#content_pricelist_blowdry").hide();
		jQuery("#content_pricelist_children").hide();
		jQuery("#content_pricelist_colour").hide();
		jQuery("#content_pricelist_easimesh").hide();
		jQuery("#content_pricelist_colourcorrection").hide();
		jQuery("#content_pricelist_wave").hide();
		jQuery("#content_pricelist_racoon").hide();
		jQuery("#content_pricelist_weddings").hide();
		jQuery("#content_pricelist_gift").hide();
		jQuery("#content_pricelist_makeup").hide();
		jQuery("#content_pricelist_visiting").hide();
		jQuery("#content_pricelist_nails").hide();
		jQuery("#content_training_cutting").hide();
		jQuery("#content_training_colouring").hide();
		jQuery("#content_training_foil").hide();
		jQuery("#content_training_xtenso").hide();
		jQuery("#content_training_wave").hide();
		jQuery("#content_pricelist_extenzo").slideDown("600");
	});
	
	//price list - weddings
	jQuery(".pricelist_weddings").click(function () {
		jQuery("#pricelist_container").hide();
		jQuery("#services_container").show();
		jQuery("#content_services_cutting").hide();
		jQuery("#content_services_colour").hide();
		jQuery("#content_services_racoon").hide();
		jQuery("#content_services_wedding").hide();
		jQuery("#content_services_escentuals").hide();
		jQuery("#content_pricelist_cutting").hide();
		jQuery("#content_pricelist_blowdry").hide();
		jQuery("#content_pricelist_children").hide();
		jQuery("#content_pricelist_colour").hide();
		jQuery("#content_pricelist_easimesh").hide();
		jQuery("#content_pricelist_colourcorrection").hide();
		jQuery("#content_pricelist_wave").hide();
		jQuery("#content_pricelist_racoon").hide();
		jQuery("#content_pricelist_extenzo").hide();
		jQuery("#content_pricelist_gift").hide();
		jQuery("#content_pricelist_makeup").hide();
		jQuery("#content_pricelist_visiting").hide();
		jQuery("#content_pricelist_nails").hide();
		jQuery("#content_training_cutting").hide();
		jQuery("#content_training_colouring").hide();
		jQuery("#content_training_foil").hide();
		jQuery("#content_training_xtenso").hide();
		jQuery("#content_training_wave").hide();
		jQuery("#content_pricelist_weddings").slideDown("600");
	});
	
	//price list - the perfect gift
	jQuery(".pricelist_theperfectgift").click(function () {
		jQuery("#pricelist_container").hide();
		jQuery("#services_container").show();
		jQuery("#content_services_cutting").hide();
		jQuery("#content_services_colour").hide();
		jQuery("#content_services_racoon").hide();
		jQuery("#content_services_wedding").hide();
		jQuery("#content_services_escentuals").hide();
		jQuery("#content_pricelist_cutting").hide();
		jQuery("#content_pricelist_blowdry").hide();
		jQuery("#content_pricelist_children").hide();
		jQuery("#content_pricelist_colour").hide();
		jQuery("#content_pricelist_easimesh").hide();
		jQuery("#content_pricelist_colourcorrection").hide();
		jQuery("#content_pricelist_wave").hide();
		jQuery("#content_pricelist_racoon").hide();
		jQuery("#content_pricelist_extenzo").hide();
		jQuery("#content_pricelist_weddings").hide();
		jQuery("#content_pricelist_makeup").hide();
		jQuery("#content_pricelist_visiting").hide();
		jQuery("#content_pricelist_nails").hide();
		jQuery("#content_training_cutting").hide();
		jQuery("#content_training_colouring").hide();
		jQuery("#content_training_foil").hide();
		jQuery("#content_training_xtenso").hide();
		jQuery("#content_training_wave").hide();
		jQuery("#content_pricelist_gift").slideDown("600");
	});
	
	//price list - makeup / special occasions
	jQuery(".pricelist_makeupspecial").click(function () {
		jQuery("#pricelist_container").hide();
		jQuery("#services_container").show();
		jQuery("#content_services_cutting").hide();
		jQuery("#content_services_colour").hide();
		jQuery("#content_services_racoon").hide();
		jQuery("#content_services_wedding").hide();
		jQuery("#content_services_escentuals").hide();
		jQuery("#content_pricelist_cutting").hide();
		jQuery("#content_pricelist_blowdry").hide();
		jQuery("#content_pricelist_children").hide();
		jQuery("#content_pricelist_colour").hide();
		jQuery("#content_pricelist_easimesh").hide();
		jQuery("#content_pricelist_colourcorrection").hide();
		jQuery("#content_pricelist_wave").hide();
		jQuery("#content_pricelist_racoon").hide();
		jQuery("#content_pricelist_extenzo").hide();
		jQuery("#content_pricelist_weddings").hide();
		jQuery("#content_pricelist_gift").hide();
		jQuery("#content_pricelist_visiting").hide();
		jQuery("#content_pricelist_nails").hide();
		jQuery("#content_training_cutting").hide();
		jQuery("#content_training_colouring").hide();
		jQuery("#content_training_foil").hide();
		jQuery("#content_training_xtenso").hide();
		jQuery("#content_training_wave").hide();
		jQuery("#content_pricelist_makeup").slideDown("600");
	});
	
	//price list - visiting service
	jQuery(".pricelist_visiting").click(function () {
		jQuery("#pricelist_container").hide();
		jQuery("#services_container").show();
		jQuery("#content_services_cutting").hide();
		jQuery("#content_services_colour").hide();
		jQuery("#content_services_racoon").hide();
		jQuery("#content_services_wedding").hide();
		jQuery("#content_services_escentuals").hide();
		jQuery("#content_pricelist_cutting").hide();
		jQuery("#content_pricelist_blowdry").hide();
		jQuery("#content_pricelist_children").hide();
		jQuery("#content_pricelist_colour").hide();
		jQuery("#content_pricelist_easimesh").hide();
		jQuery("#content_pricelist_colourcorrection").hide();
		jQuery("#content_pricelist_wave").hide();
		jQuery("#content_pricelist_racoon").hide();
		jQuery("#content_pricelist_extenzo").hide();
		jQuery("#content_pricelist_weddings").hide();
		jQuery("#content_pricelist_gift").hide();
		jQuery("#content_pricelist_makeup").hide();
		jQuery("#content_pricelist_nails").hide();
		jQuery("#content_training_cutting").hide();
		jQuery("#content_training_colouring").hide();
		jQuery("#content_training_foil").hide();
		jQuery("#content_training_xtenso").hide();
		jQuery("#content_training_wave").hide();
		jQuery("#content_pricelist_visiting").slideDown("600");
	});
	
		//price list - nails service
	jQuery(".pricelist_nails").click(function () {
		jQuery("#pricelist_container").hide();
		jQuery("#services_container").show();
		jQuery("#content_services_cutting").hide();
		jQuery("#content_services_colour").hide();
		jQuery("#content_services_racoon").hide();
		jQuery("#content_services_wedding").hide();
		jQuery("#content_services_escentuals").hide();
		jQuery("#content_pricelist_cutting").hide();
		jQuery("#content_pricelist_blowdry").hide();
		jQuery("#content_pricelist_children").hide();
		jQuery("#content_pricelist_colour").hide();
		jQuery("#content_pricelist_easimesh").hide();
		jQuery("#content_pricelist_colourcorrection").hide();
		jQuery("#content_pricelist_wave").hide();
		jQuery("#content_pricelist_racoon").hide();
		jQuery("#content_pricelist_extenzo").hide();
		jQuery("#content_pricelist_weddings").hide();
		jQuery("#content_pricelist_gift").hide();
		jQuery("#content_pricelist_makeup").hide();
		jQuery("#content_pricelist_visiting").hide();
		jQuery("#content_pricelist_nails").hide();
		jQuery("#content_training_cutting").hide();
		jQuery("#content_training_colouring").hide();
		jQuery("#content_training_foil").hide();
		jQuery("#content_training_xtenso").hide();
		jQuery("#content_training_wave").hide();
		jQuery("#content_pricelist_nails").slideDown("600");
	});
	
	//training prices - cutting
	jQuery(".training_cutting").click(function () {
		jQuery("#pricelist_container").hide();
		jQuery("#services_container").show();
		jQuery("#content_services_cutting").hide();
		jQuery("#content_services_colour").hide();
		jQuery("#content_services_racoon").hide();
		jQuery("#content_services_wedding").hide();
		jQuery("#content_services_escentuals").hide();
		jQuery("#content_pricelist_cutting").hide();
		jQuery("#content_pricelist_blowdry").hide();
		jQuery("#content_pricelist_children").hide();
		jQuery("#content_pricelist_colour").hide();
		jQuery("#content_pricelist_easimesh").hide();
		jQuery("#content_pricelist_colourcorrection").hide();
		jQuery("#content_pricelist_wave").hide();
		jQuery("#content_pricelist_racoon").hide();
		jQuery("#content_pricelist_extenzo").hide();
		jQuery("#content_pricelist_weddings").hide();
		jQuery("#content_pricelist_gift").hide();
		jQuery("#content_pricelist_makeup").hide();
		jQuery("#content_pricelist_visiting").hide();
		jQuery("#content_pricelist_nails").hide();
		jQuery("#content_training_colouring").hide();
		jQuery("#content_training_foil").hide();
		jQuery("#content_training_xtenso").hide();
		jQuery("#content_training_wave").hide();
		jQuery("#content_training_cutting").slideDown("600");
	});
	
	//training prices - colouring
	jQuery(".training_colouring").click(function () {
		jQuery("#pricelist_container").hide();
		jQuery("#services_container").show();
		jQuery("#content_services_cutting").hide();
		jQuery("#content_services_colour").hide();
		jQuery("#content_services_racoon").hide();
		jQuery("#content_services_wedding").hide();
		jQuery("#content_services_escentuals").hide();
		jQuery("#content_pricelist_cutting").hide();
		jQuery("#content_pricelist_blowdry").hide();
		jQuery("#content_pricelist_children").hide();
		jQuery("#content_pricelist_colour").hide();
		jQuery("#content_pricelist_easimesh").hide();
		jQuery("#content_pricelist_colourcorrection").hide();
		jQuery("#content_pricelist_wave").hide();
		jQuery("#content_pricelist_racoon").hide();
		jQuery("#content_pricelist_extenzo").hide();
		jQuery("#content_pricelist_weddings").hide();
		jQuery("#content_pricelist_gift").hide();
		jQuery("#content_pricelist_makeup").hide();
		jQuery("#content_pricelist_visiting").hide();
		jQuery("#content_pricelist_nails").hide();
		jQuery("#content_training_cutting").hide();
		jQuery("#content_training_foil").hide();
		jQuery("#content_training_xtenso").hide();
		jQuery("#content_training_wave").hide();
		jQuery("#content_training_colouring").slideDown("600");
	});
	
	//training prices - foil
	jQuery(".training_foil").click(function () {
		jQuery("#pricelist_container").hide();
		jQuery("#services_container").show();
		jQuery("#content_services_cutting").hide();
		jQuery("#content_services_colour").hide();
		jQuery("#content_services_racoon").hide();
		jQuery("#content_services_wedding").hide();
		jQuery("#content_services_escentuals").hide();
		jQuery("#content_pricelist_cutting").hide();
		jQuery("#content_pricelist_blowdry").hide();
		jQuery("#content_pricelist_children").hide();
		jQuery("#content_pricelist_colour").hide();
		jQuery("#content_pricelist_easimesh").hide();
		jQuery("#content_pricelist_colourcorrection").hide();
		jQuery("#content_pricelist_wave").hide();
		jQuery("#content_pricelist_racoon").hide();
		jQuery("#content_pricelist_extenzo").hide();
		jQuery("#content_pricelist_weddings").hide();
		jQuery("#content_pricelist_gift").hide();
		jQuery("#content_pricelist_makeup").hide();
		jQuery("#content_pricelist_visiting").hide();
		jQuery("#content_pricelist_nails").hide();
		jQuery("#content_training_cutting").hide();
		jQuery("#content_training_colouring").hide();
		jQuery("#content_training_xtenso").hide();
		jQuery("#content_training_wave").hide();
		jQuery("#content_training_foil").slideDown("600");
	});
	
	//training prices - xtenso
	jQuery(".training_xtenso").click(function () {
		jQuery("#pricelist_container").hide();
		jQuery("#services_container").show();
		jQuery("#content_services_cutting").hide();
		jQuery("#content_services_colour").hide();
		jQuery("#content_services_racoon").hide();
		jQuery("#content_services_wedding").hide();
		jQuery("#content_services_escentuals").hide();
		jQuery("#content_pricelist_cutting").hide();
		jQuery("#content_pricelist_blowdry").hide();
		jQuery("#content_pricelist_children").hide();
		jQuery("#content_pricelist_colour").hide();
		jQuery("#content_pricelist_easimesh").hide();
		jQuery("#content_pricelist_colourcorrection").hide();
		jQuery("#content_pricelist_wave").hide();
		jQuery("#content_pricelist_racoon").hide();
		jQuery("#content_pricelist_extenzo").hide();
		jQuery("#content_pricelist_weddings").hide();
		jQuery("#content_pricelist_gift").hide();
		jQuery("#content_pricelist_makeup").hide();
		jQuery("#content_pricelist_visiting").hide();
		jQuery("#content_pricelist_nails").hide();
		jQuery("#content_training_cutting").hide();
		jQuery("#content_training_colouring").hide();
		jQuery("#content_training_foil").hide();
		jQuery("#content_training_wave").hide();
		jQuery("#content_training_xtenso").slideDown("600");
	});
	
	//training prices - wave volumise
	jQuery(".training_wave").click(function () {
		jQuery("#pricelist_container").hide();
		jQuery("#services_container").show();
		jQuery("#content_services_cutting").hide();
		jQuery("#content_services_colour").hide();
		jQuery("#content_services_racoon").hide();
		jQuery("#content_services_wedding").hide();
		jQuery("#content_services_escentuals").hide();
		jQuery("#content_pricelist_cutting").hide();
		jQuery("#content_pricelist_blowdry").hide();
		jQuery("#content_pricelist_children").hide();
		jQuery("#content_pricelist_colour").hide();
		jQuery("#content_pricelist_easimesh").hide();
		jQuery("#content_pricelist_colourcorrection").hide();
		jQuery("#content_pricelist_wave").hide();
		jQuery("#content_pricelist_racoon").hide();
		jQuery("#content_pricelist_extenzo").hide();
		jQuery("#content_pricelist_weddings").hide();
		jQuery("#content_pricelist_gift").hide();
		jQuery("#content_pricelist_makeup").hide();
		jQuery("#content_pricelist_visiting").hide();
		jQuery("#content_pricelist_nails").hide();
		jQuery("#content_training_cutting").hide();
		jQuery("#content_training_colouring").hide();
		jQuery("#content_training_foil").hide();
		jQuery("#content_training_xtenso").hide();
		jQuery("#content_training_wave").slideDown("600");
	});
		
//-----------------------------------------------------------------
//TEAMS PAGE
//-----------------------------------------------------------------
	
	jQuery(".team_members_container").hide();
	jQuery(".team_members_container").fadeIn("600");
	
//-----------------------------------------------------------------
//FOLIO PAGE
//-----------------------------------------------------------------
	jQuery(".folio_gallery_thumbnails").hide();
	jQuery(".folio_gallery_thumbnails").fadeIn("600");

});	