// Content More Slidedown

$('a.btnMoreInfoSm').click(function(event) {
	event.preventDefault();
	$(this).hide();
	$(this).prev().hide();
	$(this).next().fadeIn();
});


// quote slideshow

$(document).ready(function() {
    $('#quotes').cycle({
		fx: 'fade'
	});
	
	$('#slideshow').cycle({
		fx: 'fade',
		timeout: 3000,
		fit: 1
	});
});

//shadowbox

Shadowbox.init();
