$(document).ready(function() {
    $('#mainimages').innerfade({
             speed: 2000,
             timeout: 10000,
             type: 'random_start'
    });
    $('.nonImageContent .jCarouselLite').jCarouselLite({
        auto: 3000,
        visible: 2,
        start: 0,
        speed: 1000,
        btnNext: '#next_teaser',
        btnPrev: '#prev_teaser'
    });
});
