﻿


$(function () {

    // run the code in the markup!
    Cufon.replace('.sidebar1 .level1, .footer li a, .address p, .buttonLink', {hover:true});
    $('#gallery a').lightBox();

    $('#s2').cycle({
        fx: 'fade',
        speed: '5000',
        timeout: 0,
        next: '#next2',
        prev: '#prev2'
    });

    $('p > .buttonLink').each(function () {
        $(this).removeClass('buttonLink').parent().addClass('buttonLink');
    });
    $('.buttonLink').mouseover(function () { $(this).addClass('buttonLinkHover'); }).mouseout(function () { $(this).removeClass('buttonLinkHover'); });
});
