$(document).ready(function () {

   
    <!-- Homepage gallery -->
    $('#homeGallery,.sImg1,.sImg2,.sImg3').innerfade({
        speed: 'slow',
        timeout: 4000,
        type: 'sequence',
        containerheight: '431px'
    });
	
	


    
/*   <!-- Testimonials -->
    $('#quotes ').innerfade({
        speed: 'slow',
        timeout: 20000,
        type: 'sequence',
        containerheight: '431px'
    });*/

    
    <!--Product dropdown menu -->

    $("#productDropDown").hide();

    $(".products").mouseover(function () {
        $("#productDropDown").show();
    })

    $(".home, .references, .gallery, .testimonials, .contact, .agree").mouseover(function () {
        $("#productDropDown").hide();
    })

    $("tr:even").css("background-color", "#fff");
    $("tr:odd").css("background-color", "#ebf4fa");


    $("a[rel='diagrams']").colorbox({
        transition: "fade"
    });
	
    $("a[rel='fab']").colorbox({
        transition: "fade"
    });
	
	$("a[rel='chairs']").colorbox({
        transition: "fade"
    });


});
