﻿Cufon.replace('h1,h2,h3', {
    fontFamily: 'Rockwell Light'
});

Cufon.replace('.rockwellLight', {
    fontFamily: 'Rockwell Light'
});

Cufon.replace('.rockwellLightHover', {
    fontFamily: 'Rockwell Light',
    hover: true
});

Cufon.replace('.rockwell', {
    fontFamily: 'Rockwell'
});

Cufon.replace('.rockwellHover', {
    fontFamily: 'Rockwell',
    hover: true
});

$(document).ready(function() {
    $('#photos .slide-show').cycle({
        containerResize: 0,
        fx: 'fade',
        timeout: 5000,
        pause: 1
    });

    $('a.prettyPhoto').prettyPhoto({ theme: 'light_rounded' });
});
