$(function () {
    $(".Vervolg .ContentLayoutRight .Partners .Content").cycle({
        fx: "fade"
    });

    //Overrule Legend in Fieldset
    $(".formContainer fieldset legend").css("position", "absolute");

});
