$.jss.declare({
	

    "#content-front":
        {
            setup:
            [
            "set-css (#content-front) display none",
            "fade-in (#content-front) 1500"
            ]
        },

     ".header-button, .link-button, .nav-button, .shopping-cart, .backToCart, .shopMore":
         {
            opacity: "0.5"
         },

     ".product-intro-over": {opacity: '0.5'}


});
    
    	