$(document).ready(function() {

	$("a.single_image").fancybox({ 'titlePosition' : 'inside' });

	$('.slideshow').cycle({
		fx: 'fade'
	});
	
});
