$(function() {
    $('.gallery a').lightBox({
    	imageLoading: 'http://www.xctour.cz/_template/volvo/img/lightbox/lightbox-ico-loading.gif',
    	imageBtnClose: 'http://www.xctour.cz/_template/volvo/img/lightbox/lightbox-btn-close.gif',
    	imageBtnPrev: 'http://www.xctour.cz/_template/volvo/img/lightbox/lightbox-btn-prev.gif',
    	imageBtnNext: 'http://www.xctour.cz/_template/volvo/img/lightbox/lightbox-btn-next.gif'    
    });
           
    $(".jC1").jCarouselLite({
        auto: 800,
        speed: 1500,
        visible: 1,
        btnNext: ".next",
        btnPrev: ".prev"

    });
    
   $('a.blank').click(function(){
        window.open(this.href);
        return false;
    });
              

});
                  
