jQuery.extend(jQuery.svUltimateSlider.transitions, {
    blockfade: {
        duration: 1E3,
        delay: 80,
        css: {
            opacity: 0,
            left: "-=200"
        },
        columns: 8,
        rows: 3,
        order: "normal",
        easing: "swing"
    },
    blockfadein: {
        duration: 1E3,
        delay: 80,
        css: {
            width: 0,
            opacity: 0,
            left: "-=200"
        },
        columns: 8,
        rows: 3,
        order: "normal",
        easing: "swing",
        slide: "next"
    },
    blockshrink: {
        duration: 1E3,
        delay: 80,
        css: {
            width: 0,
            height: 0,
            opacity: 0
        },
        columns: 8,
        rows: 3,
        order: "normal",
        easing: "swing"
    },
    blockgrow: {
        duration: 1E3,
        delay: 80,
        css: {
            top: "-=30",
            left: "-=30",
            width: 0,
            height: 0,
            opacity: 0
        },
        columns: 8,
        rows: 3,
        order: "normal",
        easing: "swing",
        slide: "next"
    },
    blockdrop: {
        duration: 1E3,
        delay: 80,
        css: {
            height: 0,
            top: "+=100",
            opacity: 0
        },
        columns: 8,
        rows: 3,
        order: "normal",
        easing: "easeInOutBack"
    },
    blockdropin: {
        duration: 1200,
        delay: 100,
        css: {
            height: 0,
            opacity: 0
        },
        columns: 8,
        rows: 3,
        order: "normal",
        easing: "easeInOutBack",
        slide: "next"
    },
    blockflyout: {
        duration: 1100,
        delay: 100,
        css: {
            top: "-=150",
            opacity: 0
        },
        columns: 8,
        rows: 3,
        order: "normal",
        easing: "easeInOutBack"
    },
    blockrandom: {
        duration: 1E3,
        delay: 80,
        css: {
            width: 0,
            height: 0,
            opacity: 0
        },
        columns: 7,
        rows: 3,
        order: "random",
        easing: "easeInSine"
    },
    blockrandomin: {
        duration: 1E3,
        delay: 80,
        css: {
            top: "-=30",
            left: "-=30",
            width: 0,
            height: 0,
            opacity: 0
        },
        columns: 7,
        rows: 3,
        order: "random",
        easing: "easeInSine",
        slide: "next"
    },
    rowfade: {
        duration: 400,
        delay: 40,
        css: {
            opacity: 0
        },
        columns: 1,
        rows: 10,
        order: "normal",
        easing: "easeInSine"
    },
    rowheightin: {
        duration: 800,
        delay: 100,
        css: {
            opacity: 0,
            height: 0
        },
        columns: 1,
        rows: 8,
        order: "normal",
        easing: "easeInSine",
        slide: "next"
    },
    rowthin: {
        duration: 800,
        delay: 100,
        css: {
            height: 0
        },
        columns: 1,
        rows: 8,
        order: "normal",
        easing: "easeInSine"
    },
    rowgrowin: {
        duration: 1600,
        delay: 120,
        css: {
            width: 0,
            height: 0
        },
        columns: 1,
        rows: 6,
        order: "normal",
        easing: "easeInSine",
        slide: "next"
    },
    rowslideleft: {
        duration: 800,
        delay: 100,
        css: {
            left: "-=500",
            opacity: 0
        },
        columns: 1,
        rows: 6,
        order: "normal",
        easing: "easeInOutBack"
    },
    rowslideright: {
        duration: 800,
        delay: 100,
        css: {
            left: "+=500",
            opacity: 0
        },
        columns: 1,
        rows: 6,
        order: "normal",
        easing: "easeInOutBack"
    },
    rowrandom: {
        duration: 800,
        delay: 100,
        css: {
            height: 0,
            opacity: 0,
            width: 0
        },
        columns: 1,
        rows: 6,
        order: "random",
        easing: "easeInSine"
    },
    rowrandomin: {
        duration: 1600,
        delay: 120,
        css: {
            height: 0,
            opacity: 0,
            width: 0
        },
        columns: 1,
        rows: 6,
        order: "random",
        easing: "easeInSine",
        slide: "next"
    },
    columnfade: {
        duration: 800,
        delay: 80,
        css: {
            opacity: 0
        },
        columns: 12,
        rows: 1,
        order: "normal",
        easing: "easeInSine"
    },
    columnthin: {
        duration: 800,
        delay: 100,
        css: {
            width: 0
        },
        columns: 12,
        rows: 1,
        order: "normal",
        easing: "easeInSine"
    },
    columndropin: {
        duration: 800,
        delay: 100,
        css: {
            top: "-=300",
            opacity: 0
        },
        columns: 12,
        rows: 1,
        order: "normal",
        easing: "easeInSine",
        slide: "next"
    },
    columndrop: {
        duration: 800,
        delay: 100,
        css: {
            top: "+=300",
            opacity: 0
        },
        columns: 12,
        rows: 1,
        order: "normal",
        easing: "easeInSine"
    },
    columnflyin: {
        duration: 800,
        delay: 100,
        css: {
            top: "+=300",
            opacity: 0
        },
        columns: 12,
        rows: 1,
        order: "normal",
        easing: "easeInOutBack",
        slide: "next"
    },
    columnflyout: {
        duration: 800,
        delay: 100,
        css: {
            top: "-=300",
            opacity: 0
        },
        columns: 12,
        rows: 1,
        order: "normal",
        easing: "easeInSine"
    },
    columnrandom: {
        duration: 800,
        delay: 100,
        css: {
            opacity: 0,
            width: 0,
            height: 0
        },
        columns: 12,
        rows: 1,
        order: "random",
        easing: "easeInSine"
    },
    columnrandomin: {
        duration: 800,
        delay: 100,
        css: {
            opacity: 0,
            width: 0,
            height: 0
        },
        columns: 12,
        rows: 1,
        order: "random",
        easing: "easeInSine",
        slide: "next"
    },
    top: {
        duration: 1200,
        delay: 0,
        css: {
            top: "-=300",
            opacity: 0
        },
        columns: 1,
        rows: 1,
        order: "normal",
        easing: "easeInOutBack"
    },
    bottom: {
        duration: 1200,
        delay: 0,
        css: {
            top: "+=300",
            opacity: 0
        },
        columns: 1,
        rows: 1,
        order: "normal",
        easing: "easeInOutBack"
    },
    left: {
        duration: 1200,
        delay: 0,
        css: {
            left: "-=500",
            opacity: 0
        },
        columns: 1,
        rows: 1,
        order: "normal",
        easing: "easeInOutBack"
    },
    right: {
        duration: 1200,
        delay: 0,
        css: {
            left: "+=500",
            opacity: 0
        },
        columns: 1,
        rows: 1,
        order: "normal",
        easing: "easeInOutBack"
    }
});
