﻿$(document).ready(function() {
    $('.scrollcontainer').cycle({
        fx: 'scrollRight',
        speed: 1500,
        timeout: 8500,
        delay: 0,
        cssBefore: { opacity: 1 },
        animOut: { opacity: 0 },
        animIn: null
    });
    var totalSlideCount = 3;
    function onBefore(curr, next, opts) {
    };
});