
$(document).ready(function() {
    $(function() {
	    $('a[rel]').lightBox({fixedNavigation:true});
    });

    $('#home_slideshow')
    .before('<div id="home_nav">')
    .cycle({
		fx:       'fade',
    speed:    1000, 
    timeout:  5000,
    pause:    1,
	});

});


