﻿$(document).ready(function() {
    $('a.tips').cluetip(); // Hinweise anzeigen    
});


$(function() {
    $('a.lightbox').lightBox({
        imageLoading: '/App_Themes/Eigentumshaus/images/lightbox-ico-loading.gif',
        imageBtnClose: '/App_Themes/Eigentumshaus/images/lightbox-btn-close.gif',
        imageBtnPrev: '/App_Themes/Eigentumshaus/images/lightbox-btn-prev.gif',
        imageBtnNext: '/App_Themes/Eigentumshaus/images/lightbox-btn-next.gif',
        containerResizeSpeed: 350,
        txtImage: 'Bild',
        txtOf: 'von'
    });
});





