// JavaScript Document

$(document).ready(function() {
    $(".columns").equalHeights();
    $('#slideshow').cycle({
		fx: 'fade',
		timeout: 5000,
		next:   '#slideshowRight', 
    	prev:   '#slideshowLeft'
	});
});
