$(document).ready(function() {
    $("#promoted-box").jCarouselLite({
        btnNext: ".box_strzalka_lewo1",
        btnPrev: ".box_strzalka_praw1",
        circular: true,
        visible: 1,
        scroll:1
    });
    $("#shop-box").jCarouselLite({
        btnNext: ".box_strzalka_lewo2",
        btnPrev: ".box_strzalka_praw2",
        circular: true,
        visible: 1,
        scroll:1
    });

    $("#promoted-box-4").jCarouselLite({
        btnNext: ".box_strzalka_lewo_promocje",
        btnPrev: ".box_strzalka_prawo_promocje",
        circular: true,
        visible: 4,
        scroll:1
    });
    
    $('#banner').nivoSlider({
        directionNav:false,
        animSpeed:600, // Slide transition speed
        pauseTime:3500 // How long each slide will show
    });
    $('#partners').cycle({
        timeout:  3500,
        speed:    1800,
        fx: 'fade' // choose your transition type, ex: fade, scrollUp, shuffle, etc...
    });
    
        
    $('.tHelp span').append('<em class="helper"></em>');
    $('.tHelp').hover(function() {
        $(this).find('span').show();
    }, function() {
        $(this).find('span').hide();
    });



    $("#loginForm").validationEngine();




});
