$(function(){
			$.fn.supersized.options = {  
				startwidth: 640,  
				startheight: 480,
				vertical_center: 1,
				slideshow: 1,
				navigation: 1,
				transition: 1, //0-None, 1-Fade, 2-slide top, 3-slide right, 4-slide bottom, 5-slide left
				pause_hover: 1,
				slide_counter: 1,
				slide_captions: 1,
				slide_interval: 3000  
			};
	        $('#supersize').supersized(); 
	    });

		$(document).ready(function() {

			$("#various1").fancybox({
				'titlePosition'		: 'inside',
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade'
			});
			
                        $("#home").fadeIn();
			$("#home_btn").click(function(){
				$(".contx").hide();
			$("#home").fadeIn();
			
				});
			
			$("#about_btn").click(function(){
				$(".contx").hide()
                        $("#home").fadeIn();
			//		$(".big_img").hide();
                        //$("#home_img").fadeIn();
				});
			$("#services_btn").click(function(){
				$(".contx").hide();
			$("#services").fadeIn();
                        //$(".big_img").hide();
                        //$("#service_img").fadeIn();
					
				});
                        
			$("#blog_btn").click(function(){
				$(".contx").hide();
			$("#blog").fadeIn();
                       // $(".big_img").hide();
                        //$("#blog_img").fadeIn();
				});
			
                        $(".shop").click(function(){
				$(".ser").hide()
                        $("#services_shopping").fadeIn();
					
				});
			$(".consult").click(function(){
				$(".ser").hide();
			$("#services_wardrobe").fadeIn();
					
				});
			$(".resale").click(function(){
				$(".ser").hide();
			$("#services_resale").fadeIn();
					
				});
                        $(".colour").click(function(){
				$(".ser").hide();
			$("#services_colour").fadeIn();
					
				});
		});
